lxlauncher: update to 0.2.8.
This commit is contained in:
parent
a2a17c47f0
commit
901172498c
2 changed files with 7 additions and 58 deletions
|
@ -1,51 +0,0 @@
|
|||
From ee4d4947584d5b6bec6968aa16aa1f2e902eea81 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor@gmail.com>
|
||||
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
|
|
@ -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 <orphan@voidlinux.org>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue