diff --git a/packages/s/scrot/abi_used_libs b/packages/s/scrot/abi_used_libs index 435148785ee..6607b9f66a3 100644 --- a/packages/s/scrot/abi_used_libs +++ b/packages/s/scrot/abi_used_libs @@ -3,5 +3,5 @@ libX11.so.6 libXcomposite.so.1 libXext.so.6 libXfixes.so.3 -libbsd.so.0 +libXinerama.so.1 libc.so.6 diff --git a/packages/s/scrot/abi_used_symbols b/packages/s/scrot/abi_used_symbols index 8581f5c4070..9b7ce6c7501 100644 --- a/packages/s/scrot/abi_used_symbols +++ b/packages/s/scrot/abi_used_symbols @@ -44,7 +44,6 @@ libX11.so.6:XBell libX11.so.6:XBlackPixel libX11.so.6:XChangeActivePointerGrab libX11.so.6:XChangeProperty -libX11.so.6:XCheckIfEvent libX11.so.6:XCloseDisplay libX11.so.6:XCreateFontCursor libX11.so.6:XCreateGC @@ -71,7 +70,6 @@ libX11.so.6:XInternAtom libX11.so.6:XMapWindow libX11.so.6:XNextEvent libX11.so.6:XOpenDisplay -libX11.so.6:XPending libX11.so.6:XQueryTree libX11.so.6:XRaiseWindow libX11.so.6:XScreenNumberOfScreen @@ -83,28 +81,25 @@ libX11.so.6:XTranslateCoordinates libX11.so.6:XUngrabKeyboard libX11.so.6:XUngrabPointer libX11.so.6:XUngrabServer -libX11.so.6:XUnmapWindow libX11.so.6:XWhitePixel libXcomposite.so.1:XCompositeRedirectSubwindows libXext.so.6:XShapeCombineRectangles libXfixes.so.3:XFixesGetCursorImage -libbsd.so.0:strlcat -libbsd.so.0:strlcpy -libc.so.6:__assert_fail +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:__fdelt_chk libc.so.6:__isoc99_sscanf 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 libc.so.6:calloc +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 @@ -117,13 +112,12 @@ libc.so.6:nanosleep libc.so.6:optarg libc.so.6:optind libc.so.6:puts -libc.so.6:select -libc.so.6:sleep +libc.so.6:realloc libc.so.6:stat libc.so.6:stdout libc.so.6:strchr +libc.so.6:strcmp libc.so.6:strdup -libc.so.6:strerror libc.so.6:strftime libc.so.6:strlen libc.so.6:strncmp @@ -131,8 +125,8 @@ libc.so.6:strndup libc.so.6:strrchr libc.so.6:strtok libc.so.6:strtok_r -libc.so.6:strtol +libc.so.6:strtoll +libc.so.6:sysconf libc.so.6:system -libc.so.6:time libc.so.6:warn libc.so.6:warnx diff --git a/packages/s/scrot/package.yml b/packages/s/scrot/package.yml index 7bf4c9292b1..ad9c71655ed 100644 --- a/packages/s/scrot/package.yml +++ b/packages/s/scrot/package.yml @@ -1,8 +1,9 @@ name : scrot -version : '1.7' -release : 9 +version : '1.10' +release : 10 source : - - https://github.com/resurrecting-open-source-projects/scrot/archive/1.7.tar.gz : e4ff764f93ea98018d46192c35bd34eeb577040ac6e217aa0d83b2a63d88f66b + - https://github.com/resurrecting-open-source-projects/scrot/releases/download/1.10/scrot-1.10.tar.gz : d3fb2fb962c1921030a442448afb1994d77d40192868da1b4cdeade0066bf36f +homepage : https://github.com/resurrecting-open-source-projects/scrot license : MIT component : system.utils summary : scrot (SCReen shOT) is a simple commandline screen capture utility @@ -15,6 +16,7 @@ builddeps : - pkgconfig(xcomposite) - pkgconfig(xcursor) - pkgconfig(xext) + - pkgconfig(xinerama) - autoconf-archive setup : | %autogen diff --git a/packages/s/scrot/pspec_x86_64.xml b/packages/s/scrot/pspec_x86_64.xml index f0df2c46238..76ad2bf21ab 100644 --- a/packages/s/scrot/pspec_x86_64.xml +++ b/packages/s/scrot/pspec_x86_64.xml @@ -1,16 +1,17 @@ scrot + https://github.com/resurrecting-open-source-projects/scrot - Thomas Staudinger - Staudi.Kaos@gmail.com + Jakob Gezelius + jakob@knugen.nu MIT system.utils scrot (SCReen shOT) is a simple commandline screen capture utility scrot (SCReen shOT) is a simple commandline screen capture utility that uses imlib2 to grab and save images. Multiple image formats are supported through imlib2's dynamic saver modules. - https://getsol.us/sources/README.Solus + https://sources.getsol.us/README.Solus scrot @@ -24,12 +25,12 @@ - - 2022-12-01 - 1.7 + + 2024-06-01 + 1.10 Packaging update - Thomas Staudinger - Staudi.Kaos@gmail.com + Jakob Gezelius + jakob@knugen.nu \ No newline at end of file