summaryrefslogtreecommitdiff
path: root/community/tktheme/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/tktheme/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/tktheme/PKGBUILD')
-rw-r--r--community/tktheme/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/tktheme/PKGBUILD b/community/tktheme/PKGBUILD
deleted file mode 100644
index 869dfe6ee..000000000
--- a/community/tktheme/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 81611 2012-12-25 00:34:17Z foutrelis $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: slubman <slubman@slubman.net>
-
-pkgname=tktheme
-pkgver=0.23
-pkgrel=8
-pkgdesc="A library to allow Tkabber docking in the system tray."
-arch=('i686' 'x86_64')
-depends=('tk' 'libxpm' 'libxmu')
-license=("GPL")
-source=(http://tkabber.jabber.ru/files/other/Tk_Theme-23.tgz)
-url="http://tkabber.jabber.ru"
-md5sums=('121c335e3b3764cbd04eea68b6a66dd3')
-
-build() {
- cd $srcdir/Tk_Theme-23
- tclsh configure
- make
- mkdir -p $pkgdir/usr/lib/tktheme
- cp theme.so $pkgdir/usr/lib/tktheme/
- cp pkgIndex.tcl $pkgdir/usr/lib/tktheme/
- sed -i 's|ifneeded Tk_Theme 20|ifneeded Tk_Theme 23|' $pkgdir/usr/lib/tktheme/pkgIndex.tcl
-}