forked from ports/contrib
libfm-extra: marked unmaintained
This commit is contained in:
parent
1b9a17ab61
commit
79436f1b2a
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF35n43wUvjUTjtmtcxOBCE3gI5sojDAdRPb0BBmClPbfowjjZruMkEg9nxBoHhv4MExLVp+koZodKEp+cMiqjJwI=
|
||||
SHA256 (Pkgfile) = a5212d9e194eee841174b31b91936f462165d7c8cd52b39c22874ed7a0488d89
|
||||
RWSagIOpLGJF31ZgbVjPLAAJ4zsLrmHDGofEe7DaHhEXyyGRDGxzeLhdHqOIRjjZTvwD5I9hymgtCCoxkhDBVWjeT3zgDPFxkw0=
|
||||
SHA256 (Pkgfile) = cc79985ecc36c268a93adfdba48cee59d08f46292a7efe9d232d9abd90ce8b51
|
||||
SHA256 (.footprint) = 61bf3f71c4fe896a4b9ee943770c64e383af0ab46b518f189a9cd0f9d82e89ed
|
||||
SHA256 (libfm-1.3.2.tar.xz) = a5042630304cf8e5d8cff9d565c6bd546f228b48c960153ed366a34e87cad1e5
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Description: Extra library for file management
|
||||
# URL: https://wiki.lxde.org/en/PCManFM
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Maintainer: unmaintained
|
||||
# Depends on: glib intltool
|
||||
|
||||
name=libfm-extra
|
||||
@ -9,25 +9,25 @@ release=1
|
||||
source=(https://downloads.sourceforge.net/pcmanfm/libfm-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd libfm-$version
|
||||
cd libfm-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-extra-only \
|
||||
--with-gtk=no
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-extra-only \
|
||||
--with-gtk=no
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
||||
make
|
||||
make DESTDIR="$SRC/libfm-extra" install
|
||||
make
|
||||
make DESTDIR="$SRC/libfm-extra" install
|
||||
|
||||
install -d $PKG/usr/include/libfm $PKG/usr/lib/pkgconfig
|
||||
install -m 644 -t $PKG/usr/include/libfm $SRC/libfm-extra/usr/include/libfm/fm-{extra,version,xml-file}.h
|
||||
install -m 644 -t $PKG/usr/lib $SRC/libfm-extra/usr/lib/libfm-extra.*
|
||||
install -m 644 -t $PKG/usr/lib/pkgconfig $SRC/libfm-extra/usr/lib/pkgconfig/libfm-extra.pc
|
||||
install -d $PKG/usr/include/libfm $PKG/usr/lib/pkgconfig
|
||||
install -m 644 -t $PKG/usr/include/libfm $SRC/libfm-extra/usr/include/libfm/fm-{extra,version,xml-file}.h
|
||||
install -m 644 -t $PKG/usr/lib $SRC/libfm-extra/usr/lib/libfm-extra.*
|
||||
install -m 644 -t $PKG/usr/lib/pkgconfig $SRC/libfm-extra/usr/lib/pkgconfig/libfm-extra.pc
|
||||
|
||||
rm $PKG/usr/lib/libfm-extra.so.4
|
||||
ln -s libfm-extra.so.4.1.3 $PKG/usr/lib/libfm-extra.so.4
|
||||
rm $PKG/usr/lib/libfm-extra.so.4
|
||||
ln -s libfm-extra.so.4.1.3 $PKG/usr/lib/libfm-extra.so.4
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user