[arch-commits] Commit in plank (7 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Fri Oct 25 08:29:27 UTC 2013


    Date: Friday, October 25, 2013 @ 10:29:27
  Author: alucryd
Revision: 99161

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

Added:
  plank/repos/
  plank/repos/community-i686/
  plank/repos/community-i686/PKGBUILD
    (from rev 99160, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
    (from rev 99160, plank/trunk/plank.install)
  plank/repos/community-x86_64/
  plank/repos/community-x86_64/PKGBUILD
    (from rev 99160, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
    (from rev 99160, plank/trunk/plank.install)

--------------------------------+
 community-i686/PKGBUILD        |   39 +++++++++++++++++++++++++++++++++++++++
 community-i686/plank.install   |   15 +++++++++++++++
 community-x86_64/PKGBUILD      |   39 +++++++++++++++++++++++++++++++++++++++
 community-x86_64/plank.install |   15 +++++++++++++++
 4 files changed, 108 insertions(+)

Copied: plank/repos/community-i686/PKGBUILD (from rev 99160, plank/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2013-10-25 08:29:27 UTC (rev 99161)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail dot com> 
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo dot co dot uk>
+# Contributor: dcelasun <dcelasun at gmaild dot com>
+
+pkgname=plank
+pkgver=0.3.0
+pkgrel=4
+pkgdesc="Elegant, simple, clean dock"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/plank"
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
+makedepends=('gnome-common' 'intltool' 'vala')
+install="${pkgname}.install"
+source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('9b73a6ef99bdf6ef0bb07ae5a461339b3c78c5237b0363b7174f2ffc60b5b523')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/share/apport}
+}
+
+# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 99160, plank/trunk/plank.install)
===================================================================
--- repos/community-i686/plank.install	                        (rev 0)
+++ repos/community-i686/plank.install	2013-10-25 08:29:27 UTC (rev 99161)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: plank/repos/community-x86_64/PKGBUILD (from rev 99160, plank/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2013-10-25 08:29:27 UTC (rev 99161)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail dot com> 
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo dot co dot uk>
+# Contributor: dcelasun <dcelasun at gmaild dot com>
+
+pkgname=plank
+pkgver=0.3.0
+pkgrel=4
+pkgdesc="Elegant, simple, clean dock"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/plank"
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
+makedepends=('gnome-common' 'intltool' 'vala')
+install="${pkgname}.install"
+source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('9b73a6ef99bdf6ef0bb07ae5a461339b3c78c5237b0363b7174f2ffc60b5b523')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/share/apport}
+}
+
+# vim: ts=2 sw=2 et:

Copied: plank/repos/community-x86_64/plank.install (from rev 99160, plank/trunk/plank.install)
===================================================================
--- repos/community-x86_64/plank.install	                        (rev 0)
+++ repos/community-x86_64/plank.install	2013-10-25 08:29:27 UTC (rev 99161)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list