aboutsummaryrefslogtreecommitdiffstats
path: root/community/libfm/APKBUILD
diff options
context:
space:
mode:
authorTaner Tas <taner76@gmail.com>2020-04-13 00:50:11 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-04-14 00:57:29 +0000
commitaceeedea27c36b0a60d5d6f3290b2dffc4f4a530 (patch)
tree289d7a728a5eeeb358a6a9d6b496bd1ac6700f44 /community/libfm/APKBUILD
parentea18b884759dc9123bb179f3c5117b94a6fd856c (diff)
community/pcmanfm: switch to gtk3
Diffstat (limited to 'community/libfm/APKBUILD')
-rw-r--r--community/libfm/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/libfm/APKBUILD b/community/libfm/APKBUILD
index 9808dcb1d59..2bcd0260230 100644
--- a/community/libfm/APKBUILD
+++ b/community/libfm/APKBUILD
@@ -3,7 +3,7 @@
pkgname=libfm
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="Library for file management"
url="https://wiki.lxde.org/en/PCManFM"
arch="all"
@@ -12,7 +12,7 @@ makedepends="
autoconf
automake
dbus-glib-dev
- gtk+2.0-dev
+ gtk+3.0-dev
gtk-doc
intltool
libexif-dev
@@ -38,7 +38,9 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--enable-udisks \
+ --with-gtk=3 \
--with-gnu-ld
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}