[arch-commits] Commit in plank/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Nov 8 12:35:10 UTC 2018


    Date: Thursday, November 8, 2018 @ 12:35:10
  Author: jelle
Revision: 404014

archrelease: copy trunk to community-x86_64

Added:
  plank/repos/community-x86_64/PKGBUILD
    (from rev 404013, plank/trunk/PKGBUILD)
Deleted:
  plank/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 12:34:55 UTC (rev 404013)
+++ PKGBUILD	2018-11-08 12:35:10 UTC (rev 404014)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-# Contributor: dcelasun <dcelasun at gmail.com>
-
-pkgname=plank
-pkgver=0.11.4
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
-         'libgee' 'libwnck3' 'libx11' 'libxfixes' 'libxi' 'pango')
-makedepends=('gnome-common' 'intltool' 'vala')
-source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz")
-sha256sums=('88b5cd6a84e67395df5e7cc1869521126830be0e8a509b28ee12e2db0b8981b8')
-
-build() {
-  cd plank-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --sysconfdir='/etc' \
-    --disable-apport
-  make
-}
-
-package() {
-  cd plank-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-x86_64/PKGBUILD (from rev 404013, plank/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-08 12:35:10 UTC (rev 404014)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+# Contributor: dcelasun <dcelasun at gmail.com>
+
+pkgname=plank
+pkgver=0.11.4
+pkgrel=2
+pkgdesc='Elegant, simple, clean dock'
+arch=('x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+         'libgee' 'libwnck3' 'libx11' 'libxfixes' 'libxi' 'pango')
+makedepends=('gnome-common' 'intltool' 'vala')
+source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz")
+sha256sums=('88b5cd6a84e67395df5e7cc1869521126830be0e8a509b28ee12e2db0b8981b8')
+
+build() {
+  cd plank-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --sysconfdir='/etc' \
+    --disable-apport
+  make
+}
+
+package() {
+  cd plank-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list