summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-02-11 08:45:38 -0700
committerBrian Bidulock2020-02-11 08:45:38 -0700
commit2d54abea34974c090b764616805cdec0148eb126 (patch)
tree93139600671eaa8db9e55ef8ff39de9007068207
parent302b78609a0904e36965b46b7362dfacb0eec5d4 (diff)
downloadaur-2d54abea34974c090b764616805cdec0148eb126.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 507ce1c8e98b..cd97b4ba38ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-theme
pkgdesc = Theme and style setting utilities for the X Desktop Environment (XDE)
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = http://github.com/bbidulock/xde-theme
arch = i686
@@ -13,8 +13,8 @@ pkgbase = xde-theme
depends = libsm
depends = imlib2
optdepends = xde-styles: for styles that work with xde-style
- source = https://github.com/bbidulock/xde-theme/releases/download/1.3/xde-theme-1.3.tar.lz
- sha256sums = 55564c9ca5d11d7b4843e1a75cb576f65b91f4e9a99672accebed6fd1b42ae10
+ source = https://github.com/bbidulock/xde-theme/releases/download/1.4/xde-theme-1.4.tar.lz
+ sha256sums = 4c4441670ca29d844b5a4edf99742f24f2a891dc92385f927d269ad29b534e4b
pkgname = xde-theme
diff --git a/PKGBUILD b/PKGBUILD
index c57b5324ea8b..dad7d3acd79a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-theme
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Theme and style setting utilities for the X Desktop Environment (XDE)"
arch=('i686' 'x86_64')
@@ -11,11 +11,13 @@ license=('GPL3')
depends=('libxinerama' 'gdk-pixbuf2' 'libxrandr' 'libsm' 'imlib2')
optdepends=('xde-styles: for styles that work with xde-style')
source=("https://github.com/bbidulock/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.lz")
-sha256sums=('55564c9ca5d11d7b4843e1a75cb576f65b91f4e9a99672accebed6fd1b42ae10')
+sha256sums=('4c4441670ca29d844b5a4edf99742f24f2a891dc92385f927d269ad29b534e4b')
build() {
cd $pkgname-$pkgver
./configure
+ # 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
}