[arch-commits] Commit in matchbox-panel/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Sep 8 14:41:34 UTC 2014


    Date: Monday, September 8, 2014 @ 16:41:34
  Author: spupykin
Revision: 118664

upgpkg: matchbox-panel 2.0-1

upd

Modified:
  matchbox-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-08 13:28:38 UTC (rev 118663)
+++ PKGBUILD	2014-09-08 14:41:34 UTC (rev 118664)
@@ -3,24 +3,25 @@
 # Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
 
 pkgname=matchbox-panel
-pkgver=0.9.1
+pkgver=2.0
 pkgrel=1
 pkgdesc="A flexible always present 'window bar' for holding application launchers and small 'applet' style applications"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng')
+depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2' 'dbus-glib')
 url="http://matchbox-project.org/"
-source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-panel/0.9/matchbox-panel-$pkgver.tar.bz2)
-md5sums=('3a43a7c9365b1a56f06111be86f6f1ea')
+source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-panel/2.0/matchbox-panel-$pkgver.tar.bz2)
+md5sums=('87faf3b9299a9d04056904e6f311ec80')
 
-#prepare() {
-#  cd $srcdir/$pkgname-$pkgver
-#  find -type f -name 'Makefile*' -exec sed -i 's|-Werror||g' {} \;
-#}
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name 'Makefile*' -exec sed -i 's|-Werror||g' {} \;
+  sed -i 's|sync |xsync |g' applets/showdesktop/showdesktop.c
+}
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-#  export LDFLAGS=-lX11
+  export LDFLAGS=-lX11
   ./configure --sysconfdir=/etc --prefix=/usr \
     --enable-startup-notification
   make




More information about the arch-commits mailing list