summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3756e7e99508..77d25d494574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,24 +3,16 @@
pkgname=wmtrash
pkgver=0.2
-pkgrel=4
+pkgrel=2
pkgdesc="Simple yet useful trash dockapp"
arch=('i686' 'x86_64')
-#url="http://dockapps.windowmaker.org/file.php/id/266"
-url="http://web.archive.org/web/20121201053438/http://dockapps.windowmaker.org/file.php/id/266"
+url="http://dockapps.windowmaker.org/file.php/id/266"
license=('GPL')
groups=('x11')
-depends=('gtk2')
-#source=(http://dockapps.windowmaker.org/download.php/id/555/$pkgname-$pkgver.tar.gz)
-source=($pkgname-$pkgver.tar.gz
- gtk2.patch)
-md5sums=('f804a71a5537d1c7373815bbf0cd9b86'
- 'f25a33787d871f08ca338d5b352886f4')
+depends=('gtk')
+source=(http://dockapps.windowmaker.org/download.php/id/555/$pkgname-$pkgver.tar.gz)
+md5sums=(f804a71a5537d1c7373815bbf0cd9b86)
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -Np2 -b -z .orig -i ../gtk2.patch
-}
build() {
cd "$srcdir/$pkgname-$pkgver"
rm wmtrash # because there is an old executable in tar-file !!