summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 9 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e46f47dffba0..efef7e61eb21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce4-places-plugin
pkgdesc = Places menu plugin for the Xfce panel
- pkgver = 1.7.0
- pkgrel = 5
+ pkgver = 1.8.0
+ pkgrel = 1
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
arch = i686
arch = x86_64
@@ -9,12 +9,10 @@ pkgbase = xfce4-places-plugin
makedepends = intltool
depends = libnotify
depends = xfce4-panel
- source = http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.7/xfce4-places-plugin-1.7.0.tar.bz2
+ source = http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.8/xfce4-places-plugin-1.8.0.tar.bz2
source = mounts.patch
- source = undefined-symbol.patch
- sha256sums = 4175c614749abbb5bcf6f49c88125fb0dd36db69f4c374df23563907b16e2c3f
+ sha256sums = 7ba3f46f88c2845cbf413efeefaed29157f8b98571856c6e2bf35e4de5d8ecce
sha256sums = 0f772f067bff34dd94a473b192494335eb73c4c3d867e4f5bf81828f825d95eb
- sha256sums = 459a303dee55f6d723bf43e91fb8eebf209b59ee2e42bd1772e34f7518cf73aa
pkgname = xfce4-places-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 59d549d45564..9d998c4739bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Alessio Sergi <asergi at archlinux dot us>
pkgname=xfce4-places-plugin
-pkgver=1.7.0
-pkgrel=5
+pkgver=1.8.0
+pkgrel=1
pkgdesc="Places menu plugin for the Xfce panel"
arch=('i686' 'x86_64')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
@@ -12,20 +12,15 @@ license=('GPL2')
depends=('libnotify' 'xfce4-panel')
makedepends=('intltool')
source=("http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2"
- "mounts.patch"
- "undefined-symbol.patch")
-sha256sums=('4175c614749abbb5bcf6f49c88125fb0dd36db69f4c374df23563907b16e2c3f'
- '0f772f067bff34dd94a473b192494335eb73c4c3d867e4f5bf81828f825d95eb'
- '459a303dee55f6d723bf43e91fb8eebf209b59ee2e42bd1772e34f7518cf73aa')
+ "mounts.patch")
+sha256sums=('7ba3f46f88c2845cbf413efeefaed29157f8b98571856c6e2bf35e4de5d8ecce'
+ '0f772f067bff34dd94a473b192494335eb73c4c3d867e4f5bf81828f825d95eb')
prepare() {
cd "$pkgname-$pkgver"
# Show other mounts that are non disks (eg. NFS)
patch -Np1 -i "${srcdir}/mounts.patch"
-
- # Bug 11939
- patch -Np1 -i "${srcdir}/undefined-symbol.patch"
}
build() {