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

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 12:01:41
  Author: felixonmars
Revision: 384410

upgpkg: startup-notification 0.12-7: reproducibility rebuild

Modified:
  startup-notification/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 12:01:20 UTC (rev 384409)
+++ PKGBUILD2020-05-16 12:01:41 UTC (rev 384410)
@@ -3,7 +3,7 @@
 
 pkgname=startup-notification
 pkgver=0.12
-pkgrel=6
+pkgrel=7
 pkgdesc="Monitor and display application startup"
 arch=(x86_64)
 license=('LGPL')


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

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 23:47:55
  Author: felixonmars
Revision: 338808

PIE/BUILDINFO rebuild

Modified:
  startup-notification/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 23:47:48 UTC (rev 338807)
+++ PKGBUILD2018-11-09 23:47:55 UTC (rev 338808)
@@ -3,7 +3,7 @@
 
 pkgname=startup-notification
 pkgver=0.12
-pkgrel=5
+pkgrel=6
 pkgdesc="Monitor and display application startup"
 arch=(x86_64)
 license=('LGPL')


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

2017-02-19 Thread Jan de Groot
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
===
--- PKGBUILD2017-02-19 22:04:55 UTC (rev 289289)
+++ PKGBUILD2017-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
 }
 


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

2013-10-24 Thread Gaetan Bisson
Date: Friday, October 25, 2013 @ 04:15:39
  Author: bisson
Revision: 197309

remove static libs

Modified:
  startup-notification/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 02:13:59 UTC (rev 197308)
+++ PKGBUILD2013-10-25 02:15:39 UTC (rev 197309)
@@ -4,7 +4,7 @@
 
 pkgname=startup-notification
 pkgver=0.12
-pkgrel=3
+pkgrel=4
 pkgdesc=Monitor and display application startup
 arch=(i686 x86_64)
 license=('LGPL')



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

2012-05-31 Thread andyrtr
Date: Thursday, May 31, 2012 @ 13:07:45
  Author: andyrtr
Revision: 160256

upgpkg: startup-notification 0.12-3

xcb-util rebuild

Modified:
  startup-notification/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-31 17:02:30 UTC (rev 160255)
+++ PKGBUILD2012-05-31 17:07:45 UTC (rev 160256)
@@ -4,11 +4,11 @@
 
 pkgname=startup-notification
 pkgver=0.12
-pkgrel=2
+pkgrel=3
 pkgdesc=Monitor and display application startup
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libx11' 'xcb-util=0.3.8')
+depends=('libx11' 'xcb-util=0.3.9')
 options=('!libtool')
 url=http://www.freedesktop.org;
 
source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)



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

2011-11-25 Thread andyrtr
Date: Friday, November 25, 2011 @ 11:42:14
  Author: andyrtr
Revision: 143520

upgpkg: startup-notification 0.12-2

xcb-util split rebuild

Modified:
  startup-notification/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-25 16:38:39 UTC (rev 143519)
+++ PKGBUILD2011-11-25 16:42:14 UTC (rev 143520)
@@ -4,11 +4,11 @@
 
 pkgname=startup-notification
 pkgver=0.12
-pkgrel=1
+pkgrel=2
 pkgdesc=Monitor and display application startup
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libx11' 'xcb-util=0.3.4')
+depends=('libx11' 'xcb-util=0.3.8')
 options=('!libtool')
 url=http://www.freedesktop.org;
 
source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)



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

2011-05-25 Thread Ionut Biru
Date: Wednesday, May 25, 2011 @ 04:46:12
  Author: ibiru
Revision: 124923

Wreck libsm

Modified:
  startup-notification/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-25 08:15:48 UTC (rev 124922)
+++ PKGBUILD2011-05-25 08:46:12 UTC (rev 124923)
@@ -16,6 +16,8 @@
 
 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
 }



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

2011-05-24 Thread Ionut Biru
Date: Tuesday, May 24, 2011 @ 16:23:38
  Author: ibiru
Revision: 124868

update to 0.12

Modified:
  startup-notification/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-24 19:57:43 UTC (rev 124867)
+++ PKGBUILD2011-05-24 20:23:38 UTC (rev 124868)
@@ -3,8 +3,8 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=startup-notification
-pkgver=0.10
-pkgrel=2
+pkgver=0.12
+pkgrel=1
 pkgdesc=Monitor and display application startup
 arch=(i686 x86_64)
 license=('LGPL')
@@ -12,13 +12,15 @@
 options=('!libtool')
 url=http://www.freedesktop.org;
 
source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('bca0ed1c74bc4e483ea2ed12a5717354')
+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
 }



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

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 10:59:58
  Author: jgc
Revision: 111001

Wreck libsm dependency

Modified:
  startup-notification/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 15:39:03 UTC (rev 111000)
+++ PKGBUILD2011-02-23 15:59:58 UTC (rev 111001)
@@ -1,12 +1,14 @@
 # $Id$
-# Maintainer: dorphell dorph...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
 pkgname=startup-notification
 pkgver=0.10
-pkgrel=1
+pkgrel=2
 pkgdesc=Monitor and display application startup
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libx11' 'libsm' 'xcb-util=0.3.4')
+depends=('libx11' 'xcb-util=0.3.4')
 options=('!libtool')
 url=http://www.freedesktop.org;
 
source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
@@ -14,7 +16,9 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  sed -i -e '/AC_PATH_XTRA/d' configure.in
+  autoreconf --force --install
+  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
+  make
+  make DESTDIR=${pkgdir} install
 }