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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 13:46:28 UTC 2014


    Date: Tuesday, July 1, 2014 @ 15:46:28
  Author: spupykin
Revision: 114127

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 13:46:14 UTC (rev 114126)
+++ community-i686/PKGBUILD	2014-07-01 13:46:28 UTC (rev 114127)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 66225 2012-02-23 05:01:23Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
-
-pkgname=matchbox-panel
-pkgver=0.9.3
-pkgrel=5
-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://matchbox-project.org/sources/$pkgname/0.9/$pkgname-$pkgver.tar.bz2)
-md5sums=('56d1807636f3919e22e51896ab7ccd2e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-panel/repos/community-i686/PKGBUILD (from rev 114126, matchbox-panel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 13:46:28 UTC (rev 114127)
@@ -0,0 +1,32 @@
+# $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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 13:46:14 UTC (rev 114126)
+++ community-x86_64/PKGBUILD	2014-07-01 13:46:28 UTC (rev 114127)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 66225 2012-02-23 05:01:23Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
-
-pkgname=matchbox-panel
-pkgver=0.9.3
-pkgrel=5
-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://matchbox-project.org/sources/$pkgname/0.9/$pkgname-$pkgver.tar.bz2)
-md5sums=('56d1807636f3919e22e51896ab7ccd2e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-panel/repos/community-x86_64/PKGBUILD (from rev 114126, matchbox-panel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 13:46:28 UTC (rev 114127)
@@ -0,0 +1,32 @@
+# $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
+}




More information about the arch-commits mailing list