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

2020-02-27 Thread Jan Steffens via arch-commits
Date: Thursday, February 27, 2020 @ 13:56:52
  Author: heftig
Revision: 376286

0.7.9-1

Modified:
  libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-27 11:59:54 UTC (rev 376285)
+++ PKGBUILD2020-02-27 13:56:52 UTC (rev 376286)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libnotify
-pkgver=0.7.8
+pkgver=0.7.9
 pkgrel=1
 pkgdesc="Library for sending desktop notifications"
 arch=(x86_64)
@@ -9,7 +9,8 @@
 license=(LGPL)
 depends=(gdk-pixbuf2)
 makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
-_commit=44f9124b12987406d0768e760ecf9f7e27f8  # tags/0.7.8^0
+provides=(libnotify.so)
+_commit=98a4bf483a69c6436311bcb9834d9d93235c96b7  # tags/0.7.9^0
 source=("git+https://gitlab.gnome.org/GNOME/libnotify.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-04-05 Thread Jan Steffens via arch-commits
Date: Friday, April 5, 2019 @ 19:22:17
  Author: heftig
Revision: 350148

0.7.8-1

Modified:
  libnotify/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 19:16:00 UTC (rev 350147)
+++ PKGBUILD2019-04-05 19:22:17 UTC (rev 350148)
@@ -1,15 +1,15 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libnotify
-pkgver=0.7.7
-pkgrel=2
+pkgver=0.7.8
+pkgrel=1
 pkgdesc="Library for sending desktop notifications"
 arch=(x86_64)
 url="https://developer.gnome.org/notification-spec/;
 license=(LGPL)
 depends=(gdk-pixbuf2)
-makedepends=(gtk3 gobject-introspection git gnome-common)
-_commit=c954cabaad9e224c0c6129032d824012d332c11b  # tags/0.7.7^0
+makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
+_commit=44f9124b12987406d0768e760ecf9f7e27f8  # tags/0.7.8^0
 source=("git+https://gitlab.gnome.org/GNOME/libnotify.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -20,16 +20,17 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  make
+  arch-meson $pkgname build
+  ninja -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }


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

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 04:27:01
  Author: foutrelis
Revision: 338898

PIE/BUILDINFO rebuild

Modified:
  libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 04:26:12 UTC (rev 338897)
+++ PKGBUILD2018-11-10 04:27:01 UTC (rev 338898)
@@ -2,7 +2,7 @@
 
 pkgname=libnotify
 pkgver=0.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for sending desktop notifications"
 arch=(x86_64)
 url="https://developer.gnome.org/notification-spec/;


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

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 04:26:12
  Author: foutrelis
Revision: 338897

Switch source to gitlab.gnome.org

Modified:
  libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 04:24:14 UTC (rev 338896)
+++ PKGBUILD2018-11-10 04:26:12 UTC (rev 338897)
@@ -10,7 +10,7 @@
 depends=(gdk-pixbuf2)
 makedepends=(gtk3 gobject-introspection git gnome-common)
 _commit=c954cabaad9e224c0c6129032d824012d332c11b  # tags/0.7.7^0
-source=("git://git.gnome.org/libnotify#commit=$_commit")
+source=("git+https://gitlab.gnome.org/GNOME/libnotify.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-10-13 Thread Jan Steffens
Date: Friday, October 14, 2016 @ 04:41:31
  Author: heftig
Revision: 278810

0.7.7-1

Modified:
  libnotify/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-14 04:12:27 UTC (rev 278809)
+++ PKGBUILD2016-10-14 04:41:31 UTC (rev 278810)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libnotify
-pkgver=0.7.6
-pkgrel=2
+pkgver=0.7.7
+pkgrel=1
 pkgdesc="Library for sending desktop notifications"
 arch=(i686 x86_64)
 url="https://developer.gnome.org/notification-spec/;
@@ -10,10 +10,15 @@
 license=(LGPL)
 depends=(gdk-pixbuf2)
 makedepends=(gtk3 gobject-introspection git gnome-common)
-_commit=2f2c5649ef210b1dffeb46cddf062d20e1518ccf
+_commit=c954cabaad9e224c0c6129032d824012d332c11b  # tags/0.7.7^0
 source=("git://git.gnome.org/libnotify#commit=$_commit")
 sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
   cd $pkgname
   NOCONFIGURE=1 ./autogen.sh


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

2016-01-01 Thread Jan Steffens
Date: Friday, January 1, 2016 @ 19:45:07
  Author: heftig
Revision: 257435

Give this old thing an overhaul

Modified:
  libnotify/trunk/PKGBUILD

--+
 PKGBUILD |   34 --
 1 file changed, 20 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-01 18:27:10 UTC (rev 257434)
+++ PKGBUILD2016-01-01 18:45:07 UTC (rev 257435)
@@ -3,23 +3,29 @@
 
 pkgname=libnotify
 pkgver=0.7.6
-pkgrel=1
-pkgdesc="Desktop notification library"
-arch=('i686' 'x86_64')
-url="http://library.gnome.org/devel/notification-spec/;
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('gtk3' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837')
+pkgrel=2
+pkgdesc="Library for sending desktop notifications"
+arch=(i686 x86_64)
+url="https://developer.gnome.org/notification-spec/;
+license=(LGPL)
+depends=(gdk-pixbuf2)
+makedepends=(gtk3 gobject-introspection git gnome-common)
+_commit=2f2c5649ef210b1dffeb46cddf062d20e1518ccf
+source=("git://git.gnome.org/libnotify#commit=$_commit")
+sha256sums=('SKIP')
 
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr --disable-static
-make
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  make
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
 }


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

2013-09-18 Thread Jan de Groot
Date: Wednesday, September 18, 2013 @ 16:09:50
  Author: jgc
Revision: 194560

upgpkg: libnotify 0.7.6-1

Modified:
  libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-18 14:06:47 UTC (rev 194559)
+++ PKGBUILD2013-09-18 14:09:50 UTC (rev 194560)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libnotify
-pkgver=0.7.5
+pkgver=0.7.6
 pkgrel=1
 pkgdesc=Desktop notification library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gtk3' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4378cb47874ba4d5f759b7890d8d28d086e81d3f0bd4f6e84e5ab66d82ffb652')
+sha256sums=('0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837')
 
 build() {
 cd ${pkgname}-${pkgver}



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

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 12:33:16
  Author: heftig
Revision: 154756

0.7.5

Modified:
  libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 16:30:27 UTC (rev 154755)
+++ PKGBUILD2012-03-30 16:33:16 UTC (rev 154756)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libnotify
-pkgver=0.7.4
+pkgver=0.7.5
 pkgrel=1
 pkgdesc=Desktop notification library
 arch=('i686' 'x86_64')
@@ -12,15 +12,15 @@
 makedepends=('gtk3' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e3c58345112672c2cbb05a67512ff6c7028892df7a34746e2162fe76d9877019')
+sha256sums=('4378cb47874ba4d5f759b7890d8d28d086e81d3f0bd4f6e84e5ab66d82ffb652')
 
 build() {
-cd ${srcdir}/${pkgname}-${pkgver}
+cd ${pkgname}-${pkgver}
 ./configure --prefix=/usr --disable-static
 make
 }
 
 package() {
-cd ${srcdir}/${pkgname}-${pkgver}
+cd ${pkgname}-${pkgver}
 make DESTDIR=${pkgdir} install
 }



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

2011-05-10 Thread Ionut Biru
Date: Tuesday, May 10, 2011 @ 09:55:24
  Author: ibiru
Revision: 123347

update to 0.7.3

Modified:
  libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-10 13:52:35 UTC (rev 123346)
+++ PKGBUILD2011-05-10 13:55:24 UTC (rev 123347)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libnotify
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc=Desktop notification library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gtk3' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('9b6a8459401e4af3da9cbc9e35a58d1a977273d3fe898d4a00a888f4191b85d6')
+sha256sums=('322541fdf276eb803686df81763a5186af041b2ee3e9cc5fa1dc86c550388c88')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}



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

2011-03-22 Thread Ionut Biru
Date: Tuesday, March 22, 2011 @ 10:03:02
  Author: ibiru
Revision: 115920

upgpkg: libnotify 0.7.2-1
update to 0.7.2

Modified:
  libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-22 14:02:31 UTC (rev 115919)
+++ PKGBUILD2011-03-22 14:03:02 UTC (rev 115920)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libnotify
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.7.2
+pkgrel=1
 pkgdesc=Desktop notification library
 arch=('i686' 'x86_64')
 url=http://library.gnome.org/devel/notification-spec/;
@@ -12,7 +12,7 @@
 makedepends=('gtk3' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('84dc2a77defb25521d2f1cb7ac34b4d23b55254ba361442658430efb928536c8')
+sha256sums=('9b6a8459401e4af3da9cbc9e35a58d1a977273d3fe898d4a00a888f4191b85d6')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}



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

2011-02-12 Thread Ionut Biru
Date: Saturday, February 12, 2011 @ 10:05:35
  Author: ibiru
Revision: 109759

upgpkg: libnotify 0.7.1-2
get rid of dbus-glib dependency. is using GDBUS

Modified:
  libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-12 15:04:53 UTC (rev 109758)
+++ PKGBUILD2011-02-12 15:05:35 UTC (rev 109759)
@@ -3,12 +3,12 @@
 
 pkgname=libnotify
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Desktop notification library
 arch=('i686' 'x86_64')
 url=http://library.gnome.org/devel/notification-spec/;
 license=('LGPL')
-depends=('dbus-glib' 'gdk-pixbuf2')
+depends=('gdk-pixbuf2')
 makedepends=('gtk3')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)



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

2011-02-11 Thread Ionut Biru
Date: Friday, February 11, 2011 @ 12:14:47
  Author: ibiru
Revision: 109650

update to 0.7.1. warning soname bump

Modified:
  libnotify/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 1 file changed, 15 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-11 17:04:58 UTC (rev 109649)
+++ PKGBUILD2011-02-11 17:14:47 UTC (rev 109650)
@@ -2,20 +2,25 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libnotify
-pkgver=0.5.2
+pkgver=0.7.1
 pkgrel=1
 pkgdesc=Desktop notification library
-arch=(i686 x86_64)
-url=http://www.galago-project.org/;
+arch=('i686' 'x86_64')
+url=http://library.gnome.org/devel/notification-spec/;
 license=('LGPL')
-depends=('dbus-glib=0.92' 'gtk2=2.22.1')
+depends=('dbus-glib' 'gdk-pixbuf2')
+makedepends=('gtk3')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1f6f1a2d6a0e009997c7ed31f6197f9bf09e9b45fb9cd54acabceea951d99062')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('84dc2a77defb25521d2f1cb7ac34b4d23b55254ba361442658430efb928536c8')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-  make DESTDIR=${pkgdir} install
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --disable-static
+make
 }
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}



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

2010-11-16 Thread Ionut Biru
Date: Tuesday, November 16, 2010 @ 17:24:02
  Author: ibiru
Revision: 99716

upgpkg: libnotify 0.5.2-1
update to 0.5.2

Modified:
  libnotify/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-16 22:03:12 UTC (rev 99715)
+++ PKGBUILD2010-11-16 22:24:02 UTC (rev 99716)
@@ -2,21 +2,20 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libnotify
-pkgver=0.4.5
-pkgrel=1.1
+pkgver=0.5.2
+pkgrel=1
 pkgdesc=Desktop notification library
 arch=(i686 x86_64)
+url=http://www.galago-project.org/;
 license=('LGPL')
-depends=('dbus-glib=0.80' 'gtk2=2.16.1')
-makedepends=('pkgconfig')
+depends=('dbus-glib=0.92' 'gtk2=2.22.1')
 options=('!libtool')
-source=(http://www.galago-project.org/files/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-url=http://www.galago-project.org/;
-md5sums=('472e2c1f808848365572a9b024d9e8f5')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1f6f1a2d6a0e009997c7ed31f6197f9bf09e9b45fb9cd54acabceea951d99062')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr --disable-static
+  make
+  make DESTDIR=${pkgdir} install
 }