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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:04:32 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:04:32
  Author: felixonmars
Revision: 659095

archrelease: copy trunk to community-staging-x86_64

Added:
  plank/repos/community-staging-x86_64/
  plank/repos/community-staging-x86_64/PKGBUILD
    (from rev 659094, plank/trunk/PKGBUILD)

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

Copied: plank/repos/community-staging-x86_64/PKGBUILD (from rev 659094, plank/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:04:32 UTC (rev 659095)
@@ -0,0 +1,59 @@
+# 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:



More information about the arch-commits mailing list