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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:28:35 UTC 2018


    Date: Friday, November 9, 2018 @ 21:28:35
  Author: felixonmars
Revision: 404646

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: pypanel/repos/community-staging-x86_64/PKGBUILD (from rev 404645, pypanel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 21:28:35 UTC (rev 404646)
@@ -0,0 +1,20 @@
+# 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=10
+pkgdesc='A lightweight panel/taskbar for X11 window managers written in python.'
+arch=('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