summaryrefslogtreecommitdiff
path: root/community-staging/gtk-chtheme/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/gtk-chtheme/PKGBUILD')
-rw-r--r--community-staging/gtk-chtheme/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community-staging/gtk-chtheme/PKGBUILD b/community-staging/gtk-chtheme/PKGBUILD
deleted file mode 100644
index 4b959b86f..000000000
--- a/community-staging/gtk-chtheme/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 62546 2012-01-20 20:23:30Z giovanni $
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=gtk-chtheme
-pkgver=0.3.1
-pkgrel=7
-pkgdesc="This little program lets you change your Gtk+ 2.0 theme. A better alternative to switch2"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://plasmasturm.org/programs/gtk-chtheme/"
-depends=('gtk2')
-source=("http://plasmasturm.org/programs/gtk-chtheme/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('f688053bf26dd6c4f1cd0bf2ee33de2a')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- # Fix xdg compliancy
- sed -i 's|-DGTK.*||' Makefile
- sed -i 's|theme_list(g_.*|&\n\tread_theme_list(g_strconcat(g_get_user_data_dir(), "/themes", NULL));|' main.c
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- install -Dm755 gtk-chtheme ${pkgdir}/usr/bin/gtk-chtheme
-}