[arch-commits] Commit in matchbox-panel/repos (4 files)

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


    Date: Monday, September 8, 2014 @ 16:41:47
  Author: spupykin
Revision: 118665

archrelease: copy trunk to community-i686, community-x86_64

Added:
  matchbox-panel/repos/community-i686/PKGBUILD
    (from rev 118664, matchbox-panel/trunk/PKGBUILD)
  matchbox-panel/repos/community-x86_64/PKGBUILD
    (from rev 118664, matchbox-panel/trunk/PKGBUILD)
Deleted:
  matchbox-panel/repos/community-i686/PKGBUILD
  matchbox-panel/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ---------------------
 community-x86_64/PKGBUILD |   32 ---------------------
 3 files changed, 66 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-08 14:41:34 UTC (rev 118664)
+++ community-i686/PKGBUILD	2014-09-08 14:41:47 UTC (rev 118665)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
-
-pkgname=matchbox-panel
-pkgver=0.9.1
-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')
-url="http://matchbox-project.org/"
-source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-panel/0.9/matchbox-panel-$pkgver.tar.bz2)
-md5sums=('3a43a7c9365b1a56f06111be86f6f1ea')
-
-#prepare() {
-#  cd $srcdir/$pkgname-$pkgver
-#  find -type f -name 'Makefile*' -exec sed -i 's|-Werror||g' {} \;
-#}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-#  export LDFLAGS=-lX11
-  ./configure --sysconfdir=/etc --prefix=/usr \
-    --enable-startup-notification
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-panel/repos/community-i686/PKGBUILD (from rev 118664, matchbox-panel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-08 14:41:47 UTC (rev 118665)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
+
+pkgname=matchbox-panel
+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' 'gtk2' 'dbus-glib')
+url="http://matchbox-project.org/"
+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' {} \;
+  sed -i 's|sync |xsync |g' applets/showdesktop/showdesktop.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export LDFLAGS=-lX11
+  ./configure --sysconfdir=/etc --prefix=/usr \
+    --enable-startup-notification
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-08 14:41:34 UTC (rev 118664)
+++ community-x86_64/PKGBUILD	2014-09-08 14:41:47 UTC (rev 118665)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
-
-pkgname=matchbox-panel
-pkgver=0.9.1
-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')
-url="http://matchbox-project.org/"
-source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-panel/0.9/matchbox-panel-$pkgver.tar.bz2)
-md5sums=('3a43a7c9365b1a56f06111be86f6f1ea')
-
-#prepare() {
-#  cd $srcdir/$pkgname-$pkgver
-#  find -type f -name 'Makefile*' -exec sed -i 's|-Werror||g' {} \;
-#}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-#  export LDFLAGS=-lX11
-  ./configure --sysconfdir=/etc --prefix=/usr \
-    --enable-startup-notification
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-panel/repos/community-x86_64/PKGBUILD (from rev 118664, matchbox-panel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-08 14:41:47 UTC (rev 118665)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
+
+pkgname=matchbox-panel
+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' 'gtk2' 'dbus-glib')
+url="http://matchbox-project.org/"
+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' {} \;
+  sed -i 's|sync |xsync |g' applets/showdesktop/showdesktop.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export LDFLAGS=-lX11
+  ./configure --sysconfdir=/etc --prefix=/usr \
+    --enable-startup-notification
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list