diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2016-06-12 15:11:17 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2016-06-12 15:11:17 +1000 |
commit | 6a84ff00c538c495115a4cddca5ac6a472d40c7b (patch) | |
tree | c6dab99efe1f98c39d0f314929c03dd2d74981be | |
parent | 4301b748c830606051c9ed7e525193504c587ee2 (diff) | |
download | contrib-6a84ff00c538c495115a4cddca5ac6a472d40c7b.tar.gz contrib-6a84ff00c538c495115a4cddca5ac6a472d40c7b.tar.xz |
tint2-extras: dropped
-rw-r--r-- | tint2-extras/.footprint | 29 | ||||
-rw-r--r-- | tint2-extras/.md5sum | 1 | ||||
-rw-r--r-- | tint2-extras/Pkgfile | 29 |
3 files changed, 0 insertions, 59 deletions
diff --git a/tint2-extras/.footprint b/tint2-extras/.footprint deleted file mode 100644 index 52acf21e6..000000000 --- a/tint2-extras/.footprint +++ /dev/null @@ -1,29 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/tint2conf --rwxr-xr-x root/root usr/bin/tintwizard.py -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/tint2conf.desktop -drwxr-xr-x root/root usr/share/pixmaps/ --rw-r--r-- root/root usr/share/pixmaps/tint2conf.png --rw-r--r-- root/root usr/share/pixmaps/tint2conf.svg -drwxr-xr-x root/root usr/share/tint2/ --rw-r--r-- root/root usr/share/tint2/default_icon.png -drwxr-xr-x root/root usr/share/tint2/examples/ --rw-r--r-- root/root usr/share/tint2/examples/icon_and_text_1.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/icon_and_text_2.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/icon_and_text_3.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/icon_and_text_4.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/icon_only_1.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/icon_only_2.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/icon_only_3.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/icon_only_4.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/icon_only_6.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/icon_only_7.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/text_only_1.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/text_only_2.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/text_only_3.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/text_only_4.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/text_only_5.tint2rc --rw-r--r-- root/root usr/share/tint2/examples/text_only_6.tint2rc diff --git a/tint2-extras/.md5sum b/tint2-extras/.md5sum deleted file mode 100644 index 634709ce9..000000000 --- a/tint2-extras/.md5sum +++ /dev/null @@ -1 +0,0 @@ -6fc5731e7425125fa84a2add5cef4bff tint2-0.11.tar.bz2 diff --git a/tint2-extras/Pkgfile b/tint2-extras/Pkgfile deleted file mode 100644 index 757a26200..000000000 --- a/tint2-extras/Pkgfile +++ /dev/null @@ -1,29 +0,0 @@ -# Description: Lightweight panel/taskbar -# URL: http://tint2.googlecode.com -# Packager: Jose V Beneyto, sepen at crux dot nu -# Maintainer: Jose V Beneyto, sepen at crux dot nu -# Depends on: tint2 pygtk - -name=tint2-extras -version=0.11 -release=1 -source=(http://tint2.googlecode.com/files/tint2-$version.tar.bz2) - -build() { - cd tint2-$version - - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_BATTERY=OFF \ - -DENABLE_EXAMPLES=ON \ - -DENABLE_TINT2CONF=ON \ - -DMANDIR=/usr/man \ - -DSYSCONFDIR=/usr/etc - - make - make DESTDIR=$PKG install - - install -d $PKG/usr/share/tint2 - mv $PKG/usr/share/doc/tint2/examples $PKG/usr/share/tint2 - rm -rf $PKG/usr/{bin/tint2,etc,man,share/doc} -} |