From 901172498c3e9f349ea87bcea4aac4387e2fee70 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sat, 12 Apr 2025 18:02:53 -0700 Subject: [PATCH] lxlauncher: update to 0.2.8. --- ...CSS-selectors-for-GTK-3.20-and-newer.patch | 51 ------------------- srcpkgs/lxlauncher/template | 14 ++--- 2 files changed, 7 insertions(+), 58 deletions(-) delete mode 100644 srcpkgs/lxlauncher/patches/0001-Add-CSS-selectors-for-GTK-3.20-and-newer.patch diff --git a/srcpkgs/lxlauncher/patches/0001-Add-CSS-selectors-for-GTK-3.20-and-newer.patch b/srcpkgs/lxlauncher/patches/0001-Add-CSS-selectors-for-GTK-3.20-and-newer.patch deleted file mode 100644 index 60f3bbeb6b3..00000000000 --- a/srcpkgs/lxlauncher/patches/0001-Add-CSS-selectors-for-GTK-3.20-and-newer.patch +++ /dev/null @@ -1,51 +0,0 @@ -From ee4d4947584d5b6bec6968aa16aa1f2e902eea81 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= -Date: Tue, 21 Feb 2017 04:41:58 +0100 -Subject: [PATCH] Add CSS selectors for GTK+ 3.20 and newer - -And keep the compatibility with older versions. ---- - gtk.css | 10 +++++++++- - 1 file changed, 9 insertions(+), 1 deletion(-) - -diff --git a/gtk.css b/gtk.css -index 93407ee..a1035e9 100644 ---- a/gtk.css -+++ b/gtk.css -@@ -1,25 +1,33 @@ -+viewport, - GtkViewport { - background: none; - } - -+notebook tab, - .notebook { - background: #3675AD; -- font: Sans Bold 11; -+ font-weight: bold; - } - -+notebook header, -+notebook stack, - .notebook > .frame, - .notebook > .vertical { - background: #B7D6EA; -+ font-weight: bold; - } - -+notebook tab label, - .notebook > .horizontal .label { - color: #B7D6EA; - } - -+notebook tab:checked label, - .notebook > .horizontal.active-page .label { - color: #FFFFFF; - } - -+notebook stack label, - .notebook > .vertical .label, - .button .label { - color: #3675AD; --- -2.11.1 diff --git a/srcpkgs/lxlauncher/template b/srcpkgs/lxlauncher/template index 917049e5da7..2a50abfc051 100644 --- a/srcpkgs/lxlauncher/template +++ b/srcpkgs/lxlauncher/template @@ -1,10 +1,10 @@ # Template file for 'lxlauncher' pkgname=lxlauncher -version=0.2.5 -revision=3 +version=0.2.8 +revision=1 build_style=gnu-configure configure_args="--enable-gtk3" -hostmakedepends="pkg-config intltool" +hostmakedepends="pkg-config intltool automake libtool gettext-devel glib-devel" makedepends="gtk+3-devel startup-notification-devel menu-cache-devel" conf_files=" /etc/xdg/lxlauncher/gtkrc @@ -14,9 +14,9 @@ short_desc="LXDE launcher for netbooks" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://lxde.org/" -distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz" -checksum=cd14b59cf337e7ba0d67efc95cd79859ab5f0f85af5a84c7aff771f868c3dca7 +distfiles="https://github.com/lxde/lxlauncher/archive/refs/tags/${version}.tar.gz" +checksum=f67d9dbf3a130819fd171b621b3683d7d20cd609554756481b965484ac591b49 -post_patch() { - vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure +pre_configure() { + autoreconf -fi }