Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions packages/s/scrot/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ libImlib2.so.1:imlib_create_image_using_data
libImlib2.so.1:imlib_free_font
libImlib2.so.1:imlib_free_image
libImlib2.so.1:imlib_free_image_and_decache
libImlib2.so.1:imlib_get_error
libImlib2.so.1:imlib_image_attach_data_value
libImlib2.so.1:imlib_image_blur
libImlib2.so.1:imlib_image_fill_rectangle
Expand All @@ -37,8 +38,9 @@ libImlib2.so.1:imlib_image_set_has_alpha
libImlib2.so.1:imlib_load_font
libImlib2.so.1:imlib_load_image
libImlib2.so.1:imlib_save_image_with_error_return
libImlib2.so.1:imlib_set_cache_size
libImlib2.so.1:imlib_strerror
libImlib2.so.1:imlib_text_draw
libX11.so.6:XAllocClassHint
libX11.so.6:XAllocNamedColor
libX11.so.6:XBell
libX11.so.6:XBlackPixel
Expand Down Expand Up @@ -82,16 +84,19 @@ libX11.so.6:XUngrabKeyboard
libX11.so.6:XUngrabPointer
libX11.so.6:XUngrabServer
libX11.so.6:XWhitePixel
libXcomposite.so.1:XCompositeQueryVersion
libXcomposite.so.1:XCompositeRedirectSubwindows
libXext.so.6:XShapeCombineRectangles
libXfixes.so.3:XFixesGetCursorImage
libXinerama.so.1:XineramaQueryExtension
libXinerama.so.1:XineramaQueryScreens
libc.so.6:__cxa_atexit
libc.so.6:__dprintf_chk
libc.so.6:__errno_location
libc.so.6:__isoc99_sscanf
libc.so.6:__fprintf_chk
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtoll
libc.so.6:__libc_start_main
libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:access
Expand All @@ -100,6 +105,7 @@ libc.so.6:clock_gettime
libc.so.6:err
libc.so.6:errx
libc.so.6:exit
libc.so.6:fflush
libc.so.6:free
libc.so.6:fwrite
libc.so.6:getenv
Expand All @@ -111,9 +117,11 @@ libc.so.6:memcpy
libc.so.6:nanosleep
libc.so.6:optarg
libc.so.6:optind
libc.so.6:putc
libc.so.6:puts
libc.so.6:realloc
libc.so.6:stat
libc.so.6:stderr
libc.so.6:stdout
libc.so.6:strchr
libc.so.6:strcmp
Expand All @@ -125,8 +133,6 @@ libc.so.6:strndup
libc.so.6:strrchr
libc.so.6:strtok
libc.so.6:strtok_r
libc.so.6:strtoll
libc.so.6:sysconf
libc.so.6:system
libc.so.6:warn
libc.so.6:warnx
13 changes: 9 additions & 4 deletions packages/s/scrot/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : scrot
version : '1.10'
release : 10
version : 1.12.1
release : 11
source :
- https://github.com/resurrecting-open-source-projects/scrot/releases/download/1.10/scrot-1.10.tar.gz : d3fb2fb962c1921030a442448afb1994d77d40192868da1b4cdeade0066bf36f
- https://github.com/resurrecting-open-source-projects/scrot/releases/download/1.12.1/scrot-1.12.1.tar.gz : 45bed70abd74ffeeec08b75089ba44900291e9c86309bcce892ccc7ece8f1e61
homepage : https://github.com/resurrecting-open-source-projects/scrot
license : MIT
component : system.utils
Expand All @@ -20,9 +20,14 @@ builddeps :
- pkgconfig(xinerama)
- autoconf-archive
setup : |
%autogen
%configure
build : |
%make
install : |
%make_install
%install_license COPYING AUTHORS
rm -rf $installdir/usr/share/doc

# Bash and zsh completion
install -Dm00644 etc/bash-completion/scrot $installdir/usr/share/bash-completion/completions/scrot
install -Dm00644 etc/zsh-completion/_scrot $installdir/usr/share/zsh/site-functions/_scrot
20 changes: 12 additions & 8 deletions packages/s/scrot/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>scrot</Name>
<Homepage>https://github.com/resurrecting-open-source-projects/scrot</Homepage>
<Packager>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
</Packager>
<License>MIT</License>
<PartOf>system.utils</PartOf>
Expand All @@ -21,16 +21,20 @@
<PartOf>system.utils</PartOf>
<Files>
<Path fileType="executable">/usr/bin/scrot</Path>
<Path fileType="man">/usr/share/man/man1/scrot.1</Path>
<Path fileType="data">/usr/share/bash-completion/completions/scrot</Path>
<Path fileType="data">/usr/share/licenses/scrot/AUTHORS</Path>
<Path fileType="data">/usr/share/licenses/scrot/COPYING</Path>
<Path fileType="man">/usr/share/man/man1/scrot.1.zst</Path>
<Path fileType="data">/usr/share/zsh/site-functions/_scrot</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2024-06-01</Date>
<Version>1.10</Version>
<Update release="11">
<Date>2026-02-16</Date>
<Version>1.12.1</Version>
<Comment>Packaging update</Comment>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
</Update>
</History>
</PISI>