From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/apps/pcmanfm/pcmanfm.xibuild | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 repo/apps/pcmanfm/pcmanfm.xibuild (limited to 'repo/apps/pcmanfm/pcmanfm.xibuild') diff --git a/repo/apps/pcmanfm/pcmanfm.xibuild b/repo/apps/pcmanfm/pcmanfm.xibuild deleted file mode 100644 index 35c3d52..0000000 --- a/repo/apps/pcmanfm/pcmanfm.xibuild +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -NAME="pcmanfm" -DESC="Extremely fast and lightweight file manager" - -MAKEDEPS="make " -DEPS="gtk3 libfm " - -PKG_VER=1.3.2 -SOURCE="https://downloads.sourceforge.net/pcmanfm/pcmanfm-$PKG_VER.tar.xz" - -prepare () { - # avoid errors building .po files with gettext-tiny - sed -e "s/^\(SUBDIRS =.*\)po\(.*\)$/\1\2/" -i Makefile.in - echo "SUBDIRS=src data" > Makefile.am - aclocal - autoreconf - automake --add-missing -} - -build () { - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --with-gtk=3 - make -} - -package () { - make DESTDIR=$PKG_DEST install - sed -i 's|x-directory/normal|inode/directory|' \ - "$PKG_DEST"/usr/share/applications/pcmanfm.desktop -} -- cgit v1.2.1