libindicator: fix build

This commit is contained in:
Luis
2023-11-05 21:51:43 +00:00
parent 6e21ccb051
commit 0ee1807b9c
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
libindicator-12.10.1-1
libindicator-12.10.1-2
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libindicator3-0.4/

View File

@@ -3,7 +3,7 @@
name=libindicator
version=12.10.1
release=1
release=2
source="https://launchpad.net/libindicator/${version%.*}/$version/+download/libindicator-$version.tar.gz"
build() {
@@ -20,6 +20,7 @@ build() {
--with-gtk=3 \
--disable-static \
--disable-tests
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
}