Skip to content

Commit

Permalink
adding a very nice theme set for xfce4
Browse files Browse the repository at this point in the history
  • Loading branch information
vbatts committed Dec 10, 2008
1 parent 101f398 commit 509045c
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions xfce4-theme-xubuntustudio/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is just a neat themes i had found on xfce-look.org, and wanted to manage it better
11 changes: 11 additions & 0 deletions xfce4-theme-xubuntustudio/slack-desc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
xfce4-theme-xubuntustudio: xfce4-theme-xubuntustudio ( theme for xfce4)
xfce4-theme-xubuntustudio:
xfce4-theme-xubuntustudio:
xfce4-theme-xubuntustudio:
xfce4-theme-xubuntustudio: Homepage: http://xfce-look.org/content/show.php/XubuntuStudio+Theme?content=65776
xfce4-theme-xubuntustudio:
xfce4-theme-xubuntustudio:
xfce4-theme-xubuntustudio:
xfce4-theme-xubuntustudio:
xfce4-theme-xubuntustudio:
xfce4-theme-xubuntustudio:
23 changes: 23 additions & 0 deletions xfce4-theme-xubuntustudio/xfce4-theme-xubuntustudio.SlackBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/bin/bash

PRGNAM="xfce4-theme-xubuntustudio"
VERSION="1.0"
ARCH="noarch"
TAG=${TAG:-vb}
BUILD=${BUILD:-1_$TAG}
TMP=${TMP:-/tmp}
PKG=$TMP/$TAG/package-$PRGNAM
CWD=$(pwd)

rm -rf $PKG
mkdir -p $PKG/usr/share/themes/
cd $PKG/usr/share/themes/
tar zxvf $CWD/65776-XubuntuStudio.tar.gz
cd $PKG

chown -R root:root .

mkdir $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

/sbin/makepkg -l y -c n $TMP/$PRGNAM-$VERSION-$ARCH-$BUILD.tgz
5 changes: 5 additions & 0 deletions xfce4-theme-xubuntustudio/xfce4-theme-xubuntustudio.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PRGNAM="xfce4-theme-xubuntustudio"
VERSION="1.0"
HOMEPAGE="http://xfce-look.org/content/show.php/XubuntuStudio+Theme?content=65776"
DOWNLOAD="http://xfce-look.org/CONTENT/content-files/65776-XubuntuStudio.tar.gz"
MD5SUM="3acd2eeca5844d1c9838abf26dcb4979"

0 comments on commit 509045c

Please sign in to comment.