summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-misc/xscreensaver: drop dead prefix targetsSam James2023-05-294-34/+1
| | | | | | Half the patch didn't make sense nowadays anyway as sync() was commented out. Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: add 6.06Pascal Jäger2023-05-182-0/+252
| | | | | | Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/29842 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r2 sparc, #904317Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r2 ppc64, #904317Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r2 ppc, #904317Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r2 x86, #904317Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r2 amd64, #904317Arthur Zamarin2023-04-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r2 arm64, #904317Sam James2023-04-141-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: drop 6.01-r4Ulrich Müller2022-12-253-250/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r1 x86, #885103Arthur Zamarin2022-12-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: revbump, fix bugsPascal Jäger2022-12-162-0/+291
| | | | | | | | | | Closes: https://bugs.gentoo.org/885441 Closes: https://bugs.gentoo.org/885479 Closes: https://bugs.gentoo.org/885989 Closes: https://github.com/gentoo/gentoo/pull/28671 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r1 sparc, #885103Arthur Zamarin2022-12-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r1 amd64, #885103Arthur Zamarin2022-12-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r1 arm64, #885103Arthur Zamarin2022-12-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r1 ppc, #885103Arthur Zamarin2022-12-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r1 ppc64, #885103Arthur Zamarin2022-12-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.05-r1 arm, #885103Arthur Zamarin2022-12-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-misc/xscreensaver: get install dirs from GTK3 instead of GTK2 in ↵Pascal Jäger2022-11-021-4/+4
| | | | | | | | | | configure.ac Closes: https://bugs.gentoo.org/878979 Bug: https://bugs.gentoo.org/878875 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/28068 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: revbump, get install dirs from GTK3 instead of GTK2Pascal Jäger2022-10-312-0/+28
| | | | | | Closes: https://bugs.gentoo.org/878875 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-misc/xscreensaver: Fix path for removal of xscreensaver.serviceUlrich Müller2022-10-311-1/+1
| | | | | Closes: https://bugs.gentoo.org/878823 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-misc/xscreensaver: drop old unstable versionsPascal Jäger2022-10-304-736/+0
| | | | | | | | Last stable version 6.01 will be kept around until 6.05 is stabilized Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/27807 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: version bump to 6.05Pascal Jäger2022-10-306-1/+336
| | | | | | | | | | | | | | | | | * New patch for handsys manners * Building with USE="-opengl" is not supported anymore * Also added a patch for -gtk builds, set GTK_SHAREDIR because when build with USE="-gtk" it is not set and then installs .service file into / * Building with USE="-xft" is not supported anymore * Delete .service file when USE="-systemd" Closes: https://bugs.gentoo.org/869218 Closes: https://bugs.gentoo.org/851057 Closes: https://bugs.gentoo.org/834593 Closes: https://bugs.gentoo.org/851834 Closes: https://bugs.gentoo.org/830777 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: keyword 6.04 for ~loongWANG Xuerui2022-08-281-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* x11-misc/xscreensaver: keyword 6.04 for ~riscvYixun Lan2022-07-301-1/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* x11-misc/xscreensaver: add 6.04Sam James2022-05-312-0/+248
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: add USE=-opengl patch annotationSam James2022-03-121-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: fix configure with USE=-openglHank Leininger2022-03-122-0/+12
| | | | | | | | | | Deliberately disabling opengl became a fatal error in configure. Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/834582 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/24404 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: add 6.03Sam James2022-03-022-0/+247
| | | | | Closes: https://bugs.gentoo.org/830914 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: remove trailing whitespaceMike Gilbert2022-01-231-1/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* x11-misc/xscreensaver: depend on virtual/libcrypt when USE="locking"Mike Gilbert2022-01-231-0/+1
| | | | | Closes: https://bugs.gentoo.org/830815 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* x11-misc/xscreensaver: 6.02 ebuild enhancementsJoonas Niilola2022-01-081-14/+14
| | | | | | - remove old cruft, modernise, update deps. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/xscreensaver: add 6.02Anna Vyalkova2022-01-083-0/+241
| | | | | | | | | Closes: https://bugs.gentoo.org/822372 Closes: https://bugs.gentoo.org/828869 Closes: https://bugs.gentoo.org/811885 Closes: https://bugs.gentoo.org/809599 Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-misc/xscreensaver: remove empty font directoryIonen Wolkens2021-09-101-0/+1
| | | | | | | | | | | | Font cache regen will attempt to create fonts/xscreensaver/.uuid even if there is no fonts installed leading to sandbox violations in other packages. Revbump to ensure directory is removed if someone still hasn't done a cache update. Closes: https://bugs.gentoo.org/812473 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-misc/xscreensaver: Remove old 5.45Jakov Smolić2021-09-058-494/+0
| | | | | Bug: https://bugs.gentoo.org/810679 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.01-r3 arm64, #810679Sam James2021-09-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.01-r3 arm, #810679Sam James2021-09-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: stable 6.01-r3 for sparc, bug #810679Rolf Eike Beer2021-08-291-1/+1
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: x86 stable wrt bug #810679Agostino Sarubbo2021-08-291-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-misc/xscreensaver: Remove redundant 5.45 and 6.01 revisionsJakov Smolić2021-08-284-744/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* x11-misc/xscreensaver: amd64 stable wrt bug #810679Agostino Sarubbo2021-08-281-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.01-r3 ppc, #810679Sam James2021-08-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: Stabilize 6.01-r3 ppc64, #810679Sam James2021-08-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: Replace src_prepare weirdnessUlrich Müller2021-07-252-12/+14
| | | | | | | Add an AM_PROG_INSTALL_SH line to configure.ac instead. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-misc/xscreensaver: packaging fix for LINGUAS & pam.d false positive errorRobin H. Johnson2021-07-241-1/+14
| | | | | Closes: https://bugs.gentoo.org/803479 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* x11-misc/xscreensaver: fix compile & automagic build issuesRobin H. Johnson2021-07-221-0/+220
| | | | | | | | | | | | | - The RPM configure.ac change was not effective because configure was not being regenerated. - Enable /proc OOM Killer detection which might not always build otherwise. - Fix automagic linking against: libpng, xft, jpeg because the upstream configure script isn't pure autoconf: - USE='-gdk-pixbuf -gtk -png -jpeg -opengl -xft' is now a valid extremely minimal build! Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* x11-misc/xscreensaver: Fix USE="-gtk" and USE="-gdk-pixbuf"Sebastian Pipping2021-07-183-0/+283
| | | | | | Closes: https://bugs.gentoo.org/796992 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-3.0.20, Repoman-3.0.3
* x11-misc/xscreensaver: Update inherit from l10n to strip-linguasUlrich Müller2021-06-303-3/+3
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-misc/xscreensaver: add virtual/libcrypt dependencySam James2021-06-224-0/+4
| | | | | | | | Needed for upcoming libcrypt migration. Acked-by: David Seifert <soap@gentoo.org> Reported-by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xscreensaver: keyworded 5.45-r2 for ia64Sergei Trofimovich2021-06-193-3/+3
| | | | | | | | keyworded wrt bug #790599 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>