diff options
-rw-r--r-- | extra/gtk-chtheme/.footprint.i686 | 3 | ||||
-rw-r--r-- | extra/gtk-chtheme/.footprint.x86_64 | 3 | ||||
-rw-r--r-- | extra/gtk-chtheme/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/gtk-chtheme/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/gtk-chtheme/Pkgfile | 19 |
5 files changed, 0 insertions, 27 deletions
diff --git a/extra/gtk-chtheme/.footprint.i686 b/extra/gtk-chtheme/.footprint.i686 deleted file mode 100644 index f38caf6d9..000000000 --- a/extra/gtk-chtheme/.footprint.i686 +++ /dev/null @@ -1,3 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/gtk-chtheme diff --git a/extra/gtk-chtheme/.footprint.x86_64 b/extra/gtk-chtheme/.footprint.x86_64 deleted file mode 100644 index f38caf6d9..000000000 --- a/extra/gtk-chtheme/.footprint.x86_64 +++ /dev/null @@ -1,3 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/gtk-chtheme diff --git a/extra/gtk-chtheme/.md5sum.i686 b/extra/gtk-chtheme/.md5sum.i686 deleted file mode 100644 index 4b354ce58..000000000 --- a/extra/gtk-chtheme/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -f688053bf26dd6c4f1cd0bf2ee33de2a gtk-chtheme-0.3.1.tar.bz2 diff --git a/extra/gtk-chtheme/.md5sum.x86_64 b/extra/gtk-chtheme/.md5sum.x86_64 deleted file mode 100644 index 4b354ce58..000000000 --- a/extra/gtk-chtheme/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -f688053bf26dd6c4f1cd0bf2ee33de2a gtk-chtheme-0.3.1.tar.bz2 diff --git a/extra/gtk-chtheme/Pkgfile b/extra/gtk-chtheme/Pkgfile deleted file mode 100644 index da5bd98cb..000000000 --- a/extra/gtk-chtheme/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Ce petit programme permet de modifier facilement votre thème GTK -# URL: http://plasmasturm.org/code/gtk-chtheme/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: gtk -# Run on: gtk - -name=gtk-chtheme -version=0.3.1 -release=1 -source=(http://plasmasturm.org/programs/gtk-chtheme/$name-$version.tar.bz2) - -build() { - cd $name-$version - make - mkdir -p $PKG/usr/bin - install -m755 gtk-chtheme $PKG/usr/bin -} - |