summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-02-11 09:13:42 -0700
committerBrian Bidulock2020-02-11 09:13:42 -0700
commit68f66ab7a32dc3cec8b3fbc67079732b0be5598d (patch)
tree631c5ef54a12375144bd6ffa1e6fd461b686a071
parent4457ac9282242bac38c9fe55480864c6e7aa3f2f (diff)
downloadaur-68f66ab7a32dc3cec8b3fbc67079732b0be5598d.tar.gz
uppkg
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d03a0123ffad..74e52dd45fd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-applets-git
pkgdesc = X Desktop Environment System Tray Icons and Dock Apps
- pkgver = 0.7.r1.g03c0d01
+ pkgver = 0.8.r2.g8652c89
pkgrel = 1
url = https://github.com/bbidulock/xde-applets
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9acbd7406d79..011e75c95eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-applets-git
-pkgver=0.7.r1.g03c0d01
+pkgver=0.8.r2.g8652c89
pkgrel=1
pkgdesc="X Desktop Environment System Tray Icons and Dock Apps"
groups=('xde-git')
@@ -29,8 +29,11 @@ prepare() {
build() {
cd $pkgname
- ./configure
- make
+ # gtk2 is using deprecated glib2 declarations
+ ./configure CFLAGS="-Wno-deprecated-declarations $CFLAGS"
+ # Fight unused direct deps
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+ make CFLAGS="-Wno-deprecated-declarations $CFLAGS"
}
package() {