summaryrefslogtreecommitdiff
path: root/extra/xfce4-quicklauncher-plugin
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-02 12:00:40 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-02 12:00:40 +0200
commitc2ef76f233a03e87ba6f2a39ca06d6c8411525bd (patch)
tree443d415b43358dbcc1043b51f3299d3b07ee3c73 /extra/xfce4-quicklauncher-plugin
parent3bcb803af0dd81dc1d1e3352d8dee1d731d33abb (diff)
parentdefe74c9cba07c321ad2869d8f6872e64a167324 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/open-vm-tools/PKGBUILD community-testing/open-vm-tools/vmware-guestd extra/exo/PKGBUILD extra/gnome-python-desktop/PKGBUILD extra/imagemagick/PKGBUILD extra/libindi/PKGBUILD extra/libxfce4util/PKGBUILD extra/terminal/PKGBUILD extra/xfburn/PKGBUILD extra/xfce4-appfinder/PKGBUILD extra/xfce4-dev-tools/PKGBUILD extra/xfce4-mailwatch-plugin/PKGBUILD extra/xfce4-notifyd/PKGBUILD extra/xfce4-panel/PKGBUILD extra/xfce4-screenshooter/PKGBUILD extra/xfce4-settings/PKGBUILD extra/xfce4-smartbookmark-plugin/PKGBUILD extra/xfce4-weather-plugin/PKGBUILD testing/cairo/PKGBUILD testing/lvm2/PKGBUILD testing/openmpi/PKGBUILD testing/udev/PKGBUILD
Diffstat (limited to 'extra/xfce4-quicklauncher-plugin')
-rw-r--r--extra/xfce4-quicklauncher-plugin/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/extra/xfce4-quicklauncher-plugin/PKGBUILD b/extra/xfce4-quicklauncher-plugin/PKGBUILD
index 8de1d2f09..2f51019b0 100644
--- a/extra/xfce4-quicklauncher-plugin/PKGBUILD
+++ b/extra/xfce4-quicklauncher-plugin/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 148976 2012-02-05 11:58:38Z ibiru $
+# $Id: PKGBUILD 157879 2012-04-30 04:21:07Z foutrelis $
# Maintainer:
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=xfce4-quicklauncher-plugin
pkgver=1.9.4
-pkgrel=6
+pkgrel=7
pkgdesc="plugin that creates 4 little application launcher in the Xfce4 panel"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
@@ -27,13 +27,13 @@ md5sums=('299e17f196ecfa5fb018cf65abb19b56'
'9e7f789129b08c787978c7a72a55fae7')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
# Fedora patches
- patch -Np0 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
- patch -Np0 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
- patch -Np1 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
- patch -Np1 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
- patch -Np0 -i ${srcdir}/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch
+ patch -Np0 -i "${srcdir}/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch"
+ patch -Np0 -i "${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch"
+ patch -Np1 -i "${srcdir}/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch"
+ patch -Np1 -i "${srcdir}/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch"
+ patch -Np0 -i "${srcdir}/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch"
./configure --prefix=/usr \
--sysconfdir=/etc \
@@ -45,6 +45,6 @@ build() {
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}