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

Maxime Gauduin alucryd at archlinux.org
Wed Apr 14 10:16:53 UTC 2021


    Date: Wednesday, April 14, 2021 @ 10:16:53
  Author: alucryd
Revision: 918376

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  122 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 63 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-14 10:16:48 UTC (rev 918375)
+++ PKGBUILD	2021-04-14 10:16:53 UTC (rev 918376)
@@ -1,59 +0,0 @@
-# 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.89
-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
-  gnome-menus
-  gtk3
-  libgee
-  libwnck3
-  libx11
-  libxfixes
-  libxi
-  pango
-)
-makedepends=(
-  git
-  gnome-common
-  intltool
-  vala
-)
-source=(git+https://github.com/ricotz/plank.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cd plank
-
-  sed 's/0.19.6/0.20/' -i configure.ac
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd plank
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --disable-apport
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C plank install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-x86_64/PKGBUILD (from rev 918375, plank/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-14 10:16:53 UTC (rev 918376)
@@ -0,0 +1,63 @@
+# 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.89
+pkgrel=3
+pkgdesc='Elegant, simple, clean dock'
+arch=(x86_64)
+url=https://launchpad.net/plank
+license=(GPL3)
+depends=(
+  atk
+  bamf
+  cairo
+  gdk-pixbuf2
+  glib2
+  glibc
+  gnome-menus
+  gtk3
+  libgee
+  libwnck3
+  libx11
+  libxfixes
+  libxi
+  pango
+)
+makedepends=(
+  git
+  gnome-common
+  intltool
+  vala
+)
+source=(git+https://github.com/ricotz/plank.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd plank
+  git cherry-pick -n 5967798a47ba8835ae100c01a8d647d2f9a2412f
+  sed 's/0.19.6/0.20/' -i configure.ac
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd plank
+  git describe --tags
+}
+
+build() {
+  cd plank
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --disable-apport
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C plank install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list