summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorgeantbrun <bg@nutyx.(none)>2010-02-26 20:44:37 +0100
committergeantbrun <bg@nutyx.(none)>2010-02-26 20:44:37 +0100
commit2d18f5ae85e0c517b7f872502b24abd317a36fae (patch)
tree3260eb236547a0d131bb63f211a266f890610f44 /extra
parent226b1c3822caa032359d20a054092babc2667513 (diff)
parent55d51a7be34668d3628cb6240d91824910e3d9bd (diff)
downloadnutyx-pakxe-2d18f5ae85e0c517b7f872502b24abd317a36fae.tar.gz
nutyx-pakxe-2d18f5ae85e0c517b7f872502b24abd317a36fae.tar.bz2
nutyx-pakxe-2d18f5ae85e0c517b7f872502b24abd317a36fae.tar.xz
nutyx-pakxe-2d18f5ae85e0c517b7f872502b24abd317a36fae.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra')
-rwxr-xr-xextra/galculator/.footprint4
-rw-r--r--extra/lxde-settings-daemon/.footprint10
-rw-r--r--extra/lxde-settings-daemon/.md5sum1
-rw-r--r--extra/lxde-settings-daemon/Pkgfile18
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
-}
-