summaryrefslogtreecommitdiff
path: root/community/superswitcher/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/superswitcher/PKGBUILD')
-rw-r--r--community/superswitcher/PKGBUILD42
1 files changed, 0 insertions, 42 deletions
diff --git a/community/superswitcher/PKGBUILD b/community/superswitcher/PKGBUILD
deleted file mode 100644
index e085e303c..000000000
--- a/community/superswitcher/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 21339 2010-07-16 01:26:50Z tdziedzic $
-# Maintainer: Roman Kyrylych <roman@archlinux.org>
-# Contributor: Achraf cherti <achrafcherti@gmail.com>
-
-pkgname=superswitcher
-pkgver=0.6
-pkgrel=3
-pkgdesc='Powerful window and workspace switching using the Super key'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/superswitcher/'
-license=('GPL')
-depends=('gconf' 'libwnck' 'dbus-glib')
-makedepends=('intltool')
-source=("http://superswitcher.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('e8620c8502dccc3f3d3d84e0eb359142')
-options=('!emptydirs')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- sed -i 's/$(addsuffix .in, $(INTLTOOL_BUILT))/`addsuffix .in, $INTLTOOL_BUILT`/' Makefile.am
- sed -i -e 's/\(^GNOME_COMPILE_WARNINGS(yes)\)/#\1/' configure.in
- sed -i -e 's/\(AM_CFLAGS = @WARN_CFLAGS@\)/#\1/' src/Makefile.am
-
- aclocal
-
- autoconf
-
- automake \
- --add-missing
-
- ./configure \
- --prefix=/usr
-
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make prefix=${pkgdir}/usr install
-}