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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 2 17:37:23 UTC 2017


    Date: Monday, October 2, 2017 @ 17:37:22
  Author: spupykin
Revision: 261313

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-02 17:37:01 UTC (rev 261312)
+++ community-i686/PKGBUILD	2017-10-02 17:37:22 UTC (rev 261313)
@@ -1,33 +0,0 @@
-# $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
-}

Copied: matchbox-panel/repos/community-i686/PKGBUILD (from rev 261312, matchbox-panel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-02 17:37:22 UTC (rev 261313)
@@ -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.11
+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' 'gtk3' 'dbus-glib')
+url="http://matchbox-project.org/"
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-panel-2/snapshot/matchbox-panel-2-$pkgver.tar.bz2")
+sha256sums=('f357ea9bb95b4219a09fe77fcb344f4618e588bc082dadfe3f72e051a7411917')
+
+prepare() {
+  cd "$srcdir"/$pkgname-2-$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-2-$pkgver
+  ./autogen.sh
+  ./configure --sysconfdir=/etc --prefix=/usr \
+    --enable-startup-notification
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-02 17:37:01 UTC (rev 261312)
+++ community-x86_64/PKGBUILD	2017-10-02 17:37:22 UTC (rev 261313)
@@ -1,33 +0,0 @@
-# $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
-}

Copied: matchbox-panel/repos/community-x86_64/PKGBUILD (from rev 261312, matchbox-panel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-02 17:37:22 UTC (rev 261313)
@@ -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.11
+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' 'gtk3' 'dbus-glib')
+url="http://matchbox-project.org/"
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-panel-2/snapshot/matchbox-panel-2-$pkgver.tar.bz2")
+sha256sums=('f357ea9bb95b4219a09fe77fcb344f4618e588bc082dadfe3f72e051a7411917')
+
+prepare() {
+  cd "$srcdir"/$pkgname-2-$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-2-$pkgver
+  ./autogen.sh
+  ./configure --sysconfdir=/etc --prefix=/usr \
+    --enable-startup-notification
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list