mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lxappearance-obconf: update to 0.2.4.
This commit is contained in:
parent
123b5f517d
commit
f81dfd8d9d
2 changed files with 7 additions and 31 deletions
|
@ -1,24 +0,0 @@
|
||||||
https://github.com/lxde/lxappearance-obconf/pull/1
|
|
||||||
|
|
||||||
From b31c69d41c80e92762ffe17addeb238d9df2c62b Mon Sep 17 00:00:00 2001
|
|
||||||
From: bill-auger <mr.j.spam.me@gmail.com>
|
|
||||||
Date: Thu, 29 Oct 2020 21:15:54 -0400
|
|
||||||
Subject: [PATCH] fix GTK3/cairo segfault (closes sf#933)
|
|
||||||
|
|
||||||
---
|
|
||||||
src/preview.c | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/src/preview.c b/src/preview.c
|
|
||||||
index ada6eb3..a2fc63d 100644
|
|
||||||
--- a/src/preview.c
|
|
||||||
+++ b/src/preview.c
|
|
||||||
@@ -30,6 +30,8 @@
|
|
||||||
#include <obrender/theme.h>
|
|
||||||
|
|
||||||
#if GTK_CHECK_VERSION(3, 0, 0)
|
|
||||||
+#include <cairo/cairo.h>
|
|
||||||
+#include <cairo/cairo-xlib.h>
|
|
||||||
#include <gdk/gdkx.h>
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'lxappearance-obconf'
|
# Template file for 'lxappearance-obconf'
|
||||||
pkgname=lxappearance-obconf
|
pkgname=lxappearance-obconf
|
||||||
version=0.2.3
|
version=0.2.4
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-gtk3"
|
configure_args="--disable-static --enable-gtk3"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool automake libtool gettext-devel glib-devel"
|
||||||
makedepends="
|
makedepends="
|
||||||
openbox-devel dbus-glib-devel libxml2-devel libXft-devel libSM-devel
|
openbox-devel dbus-glib-devel libxml2-devel libXft-devel libSM-devel
|
||||||
imlib2-devel pango-devel gtk+3-devel lxappearance"
|
imlib2-devel pango-devel gtk+3-devel lxappearance"
|
||||||
|
@ -13,9 +13,9 @@ short_desc="Plugin for LXAppearance to configure Openbox"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://lxde.org/"
|
homepage="http://lxde.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz"
|
distfiles="https://github.com/lxde/lxappearance-obconf/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=3150b33b4b7beb71c1803aee2be21c94767d73b70dfc8d2bcaafe2650ea83149
|
checksum=202cede4e56d2f93b24dd945fcfa69d4cea62a8deae9bdd6e5d035edfe5c4df9
|
||||||
|
|
||||||
post_patch() {
|
pre_configure() {
|
||||||
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue