[arch-commits] Commit in startup-notification/repos (4 files)

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


    Date: Sunday, February 19, 2017 @ 22:08:56
  Author: jgc
Revision: 289291

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  startup-notification/repos/extra-i686/PKGBUILD
    (from rev 289290, startup-notification/trunk/PKGBUILD)
  startup-notification/repos/extra-x86_64/PKGBUILD
    (from rev 289290, startup-notification/trunk/PKGBUILD)
Deleted:
  startup-notification/repos/extra-i686/PKGBUILD
  startup-notification/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   64 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   27 --------------------
 extra-x86_64/PKGBUILD |   27 --------------------
 3 files changed, 64 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-19 22:08:46 UTC (rev 289290)
+++ extra-i686/PKGBUILD	2017-02-19 22:08:56 UTC (rev 289291)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=startup-notification
-pkgver=0.12
-pkgrel=4
-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')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e '/AC_PATH_XTRA/d' configure.in
-  autoreconf --force --install
-  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: startup-notification/repos/extra-i686/PKGBUILD (from rev 289290, startup-notification/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-19 22:08:56 UTC (rev 289291)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=startup-notification
+pkgver=0.12
+pkgrel=5
+pkgdesc="Monitor and display application startup"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('libx11' 'xcb-util')
+url="https://www.freedesktop.org"
+source=(https://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a')
+
+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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-02-19 22:08:46 UTC (rev 289290)
+++ extra-x86_64/PKGBUILD	2017-02-19 22:08:56 UTC (rev 289291)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=startup-notification
-pkgver=0.12
-pkgrel=4
-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')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e '/AC_PATH_XTRA/d' configure.in
-  autoreconf --force --install
-  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: startup-notification/repos/extra-x86_64/PKGBUILD (from rev 289290, startup-notification/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-19 22:08:56 UTC (rev 289291)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=startup-notification
+pkgver=0.12
+pkgrel=5
+pkgdesc="Monitor and display application startup"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('libx11' 'xcb-util')
+url="https://www.freedesktop.org"
+source=(https://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a')
+
+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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list