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

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 8 00:08:40 UTC 2016


    Date: Monday, February 8, 2016 @ 01:08:39
  Author: foutrelis
Revision: 160605

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

Added:
  pypanel/repos/community-staging-i686/
  pypanel/repos/community-staging-i686/PKGBUILD
    (from rev 160604, pypanel/trunk/PKGBUILD)
  pypanel/repos/community-staging-x86_64/
  pypanel/repos/community-staging-x86_64/PKGBUILD
    (from rev 160604, pypanel/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   21 +++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   21 +++++++++++++++++++++
 2 files changed, 42 insertions(+)

Copied: pypanel/repos/community-staging-i686/PKGBUILD (from rev 160604, pypanel/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-02-08 00:08:39 UTC (rev 160605)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Mr Green
+# Contributor: Jens Persson <xerxes2 at gmail.com> 
+
+pkgname=pypanel
+pkgver=2.4
+pkgrel=9
+pkgdesc='A lightweight panel/taskbar for X11 window managers written in python.'
+arch=('i686' 'x86_64')
+url='http://pypanel.sourceforge.net/'
+license=('GPL')
+depends=('python2' 'x-server' 'python2-xlib' 'imlib2' 'libxft')
+source=("http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-${pkgver}.tar.gz")
+md5sums=('f1f9a2ed80be72ab36e748833618daba')
+
+package() {
+  cd "${srcdir}/PyPanel-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+} 

Copied: pypanel/repos/community-staging-x86_64/PKGBUILD (from rev 160604, pypanel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-02-08 00:08:39 UTC (rev 160605)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Mr Green
+# Contributor: Jens Persson <xerxes2 at gmail.com> 
+
+pkgname=pypanel
+pkgver=2.4
+pkgrel=9
+pkgdesc='A lightweight panel/taskbar for X11 window managers written in python.'
+arch=('i686' 'x86_64')
+url='http://pypanel.sourceforge.net/'
+license=('GPL')
+depends=('python2' 'x-server' 'python2-xlib' 'imlib2' 'libxft')
+source=("http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-${pkgver}.tar.gz")
+md5sums=('f1f9a2ed80be72ab36e748833618daba')
+
+package() {
+  cd "${srcdir}/PyPanel-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+} 



More information about the arch-commits mailing list