[arch-commits] Commit in lxpanel-gtk3/repos (4 files)

Balló György bgyorgy at archlinux.org
Sat Jan 21 22:53:05 UTC 2017


    Date: Saturday, January 21, 2017 @ 22:53:04
  Author: bgyorgy
Revision: 208351

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

Added:
  lxpanel-gtk3/repos/community-i686/PKGBUILD
    (from rev 208350, lxpanel-gtk3/trunk/PKGBUILD)
  lxpanel-gtk3/repos/community-x86_64/PKGBUILD
    (from rev 208350, lxpanel-gtk3/trunk/PKGBUILD)
Deleted:
  lxpanel-gtk3/repos/community-i686/PKGBUILD
  lxpanel-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-21 22:52:58 UTC (rev 208350)
+++ community-i686/PKGBUILD	2017-01-21 22:53:04 UTC (rev 208351)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=lxpanel-gtk3
-_pkgname=lxpanel
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Lightweight X11 desktop panel for LXDE (GTK+ 3 version)'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde-gtk3')
-depends=('alsa-lib' 'menu-cache' 'lxmenu-data' 'libfm-gtk3' 'libkeybinder3')
-makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
-optdepends=('wireless_tools: netstat plugin')
-conflicts=($_pkgname)
-source=(https://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
-sha256sums=('11c7be044616c457cd18555758ae00c953c118cbfe0b0d6f4010bdacecc751b1')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Disable pager plugin as it breaks panel layout with GTK+ 3
-  # https://sourceforge.net/p/lxde/bugs/773/
-  sed -i '/pager.c/d' plugins/Makefile.am
-  sed -i '/STATIC_PAGER/d' src/private.h
-  sed -i 's/libwnck-3.0//' configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure \
-    --sysconfdir=/etc \
-    --prefix=/usr \
-    --enable-gtk3
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxpanel-gtk3/repos/community-i686/PKGBUILD (from rev 208350, lxpanel-gtk3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-21 22:53:04 UTC (rev 208351)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxpanel-gtk3
+_pkgname=lxpanel
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Lightweight X11 desktop panel for LXDE (GTK+ 3 version)'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde-gtk3')
+depends=('alsa-lib' 'menu-cache' 'lxmenu-data' 'libfm-gtk3' 'libkeybinder3')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+conflicts=($_pkgname)
+source=(https://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
+sha256sums=('342cfa205f255acf69c76ba0ca6c77c890f3955a879b755931c80ffae4d98fb1')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Disable pager plugin as it breaks panel layout with GTK+ 3
+  # https://sourceforge.net/p/lxde/bugs/773/
+  sed -i '/pager.c/d' plugins/Makefile.am
+  sed -i '/STATIC_PAGER/d' src/private.h
+  sed -i 's/libwnck-3.0//' configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure \
+    --sysconfdir=/etc \
+    --prefix=/usr \
+    --enable-gtk3
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-21 22:52:58 UTC (rev 208350)
+++ community-x86_64/PKGBUILD	2017-01-21 22:53:04 UTC (rev 208351)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=lxpanel-gtk3
-_pkgname=lxpanel
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Lightweight X11 desktop panel for LXDE (GTK+ 3 version)'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde-gtk3')
-depends=('alsa-lib' 'menu-cache' 'lxmenu-data' 'libfm-gtk3' 'libkeybinder3')
-makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
-optdepends=('wireless_tools: netstat plugin')
-conflicts=($_pkgname)
-source=(https://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
-sha256sums=('11c7be044616c457cd18555758ae00c953c118cbfe0b0d6f4010bdacecc751b1')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Disable pager plugin as it breaks panel layout with GTK+ 3
-  # https://sourceforge.net/p/lxde/bugs/773/
-  sed -i '/pager.c/d' plugins/Makefile.am
-  sed -i '/STATIC_PAGER/d' src/private.h
-  sed -i 's/libwnck-3.0//' configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure \
-    --sysconfdir=/etc \
-    --prefix=/usr \
-    --enable-gtk3
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxpanel-gtk3/repos/community-x86_64/PKGBUILD (from rev 208350, lxpanel-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-21 22:53:04 UTC (rev 208351)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxpanel-gtk3
+_pkgname=lxpanel
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Lightweight X11 desktop panel for LXDE (GTK+ 3 version)'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde-gtk3')
+depends=('alsa-lib' 'menu-cache' 'lxmenu-data' 'libfm-gtk3' 'libkeybinder3')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+conflicts=($_pkgname)
+source=(https://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
+sha256sums=('342cfa205f255acf69c76ba0ca6c77c890f3955a879b755931c80ffae4d98fb1')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Disable pager plugin as it breaks panel layout with GTK+ 3
+  # https://sourceforge.net/p/lxde/bugs/773/
+  sed -i '/pager.c/d' plugins/Makefile.am
+  sed -i '/STATIC_PAGER/d' src/private.h
+  sed -i 's/libwnck-3.0//' configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure \
+    --sysconfdir=/etc \
+    --prefix=/usr \
+    --enable-gtk3
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list