diff options
-rwxr-xr-x | extra/galculator/.footprint | 4 | ||||
-rw-r--r-- | extra/lxde-settings-daemon/.footprint | 10 | ||||
-rw-r--r-- | extra/lxde-settings-daemon/.md5sum | 1 | ||||
-rw-r--r-- | extra/lxde-settings-daemon/Pkgfile | 18 |
4 files changed, 2 insertions, 31 deletions
diff --git a/extra/galculator/.footprint b/extra/galculator/.footprint index ccbb7526b..765ee8755 100755 --- a/extra/galculator/.footprint +++ b/extra/galculator/.footprint @@ -22,10 +22,10 @@ drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/galculator.png +lrwxrwxrwx root/root usr/share/icons/hicolor/48x48/apps/galculator.png -> /usr/share/pixmaps/galculator.png drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/galculator.svg +lrwxrwxrwx root/root usr/share/icons/hicolor/scalable/apps/galculator.svg -> /usr/share/pixmaps/galculator.svg drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/fr/ drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ diff --git a/extra/lxde-settings-daemon/.footprint b/extra/lxde-settings-daemon/.footprint deleted file mode 100644 index f71fd0d55..000000000 --- a/extra/lxde-settings-daemon/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/lxde/ --rw-r--r-- root/root etc/lxde/config -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/lxde-settings-daemon -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/lxde-settings.1.gz diff --git a/extra/lxde-settings-daemon/.md5sum b/extra/lxde-settings-daemon/.md5sum deleted file mode 100644 index 3bbc165ff..000000000 --- a/extra/lxde-settings-daemon/.md5sum +++ /dev/null @@ -1 +0,0 @@ -c581e43445e54bdb917e7cadfad6e6d9 lxde-settings-daemon-0.4.1.tar.bz2 diff --git a/extra/lxde-settings-daemon/Pkgfile b/extra/lxde-settings-daemon/Pkgfile deleted file mode 100644 index a8c51e764..000000000 --- a/extra/lxde-settings-daemon/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: XSettings daemon of LXDE -# URL: http://lxde.org/ -# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl -# Depends on: glib xorg-xproto xorg-libx11 - -name=lxde-settings-daemon -version=0.4.1 -release=1 -source=(http://dfn.dl.sourceforge.net/sourceforge/lxde/$name-$version.tar.bz2) - -build() { - cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/etc - make - make DESTDIR=$PKG install -} - |