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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 6 16:08:15 UTC 2022


    Date: Sunday, March 6, 2022 @ 16:08:14
  Author: felixonmars
Revision: 1142725

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: plank/repos/community-staging-x86_64/PKGBUILD (from rev 1142724, plank/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 16:08:14 UTC (rev 1142725)
@@ -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=4
+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