summaryrefslogtreecommitdiff
path: root/community/xpad/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/xpad/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/xpad/PKGBUILD')
-rw-r--r--community/xpad/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/xpad/PKGBUILD b/community/xpad/PKGBUILD
deleted file mode 100644
index 08fc0854f..000000000
--- a/community/xpad/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 60101 2011-12-05 05:18:09Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Kevin Piche <kevin@archlinux.org>
-# Contributor: Ben <contrasutra@myrealbox.com>
-
-pkgname=xpad
-pkgver=4.1
-pkgrel=1
-pkgdesc="Stickies-like notes program"
-arch=(i686 x86_64)
-depends=('gtk2' 'libsm' 'librsvg')
-makedepends=('intltool')
-url="http://mterry.name/xpad/"
-license=('GPL')
-install=xpad.install
-source=(http://launchpad.net/xpad/trunk/$pkgver/+download/xpad-$pkgver.tar.bz2
- xpad-gtk-2.20.patch)
-md5sums=('e37bfbe2331d810124c28150fdf30b3f'
- '6a3d2952b469d65ec333714991ba8284')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-# patch -p1 <$srcdir/xpad-gtk-2.20.patch
- ./configure --prefix=/usr
- /usr/bin/make
- /usr/bin/make DESTDIR=$pkgdir install
-}