[arch-commits] Commit in startup-notification/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Feb 19 22:08:47 UTC 2017


    Date: Sunday, February 19, 2017 @ 22:08:46
  Author: jgc
Revision: 289290

upgpkg: startup-notification 0.12-5

Switch to https/sha256

Modified:
  startup-notification/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-19 22:04:55 UTC (rev 289289)
+++ PKGBUILD	2017-02-19 22:08:46 UTC (rev 289290)
@@ -4,20 +4,25 @@
 
 pkgname=startup-notification
 pkgver=0.12
-pkgrel=4
+pkgrel=5
 pkgdesc="Monitor and display application startup"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libx11' 'xcb-util>=0.3.9')
-url="http://www.freedesktop.org"
-source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9')
+depends=('libx11' 'xcb-util')
+url="https://www.freedesktop.org"
+source=(https://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a')
 
-build() {
+prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i -e '/AC_PATH_XTRA/d' configure.in
   autoreconf --force --install
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list