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

2020-05-20 Thread Jan Steffens via arch-commits
Date: Wednesday, May 20, 2020 @ 14:16:17
  Author: heftig
Revision: 387023

3.26.1+96+gedfc2b5-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 14:15:45 UTC (rev 387022)
+++ PKGBUILD2020-05-20 14:16:17 UTC (rev 387023)
@@ -1,17 +1,16 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-dictionary
-pkgver=3.26.1
+pkgver=3.26.1+96+gedfc2b5
 pkgrel=1
 pkgdesc="Look up words in dictionary sources"
 url="https://wiki.gnome.org/Apps/Dictionary;
 arch=(x86_64)
 license=(GPL2)
-depends=(dconf gtk3)
-makedepends=(itstool docbook-xsl gtk-doc yelp-tools git gobject-introspection 
meson appstream-glib)
-groups=(gnome-extra)
-_commit=2b351e832e28782b465176b055ba38fe007df40d  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
+depends=(gtk3)
+makedepends=(yelp-tools git meson appstream-glib)
+_commit=edfc2b5bee92f8569e6a47b6cf31882380daf557  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-dictionary.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -25,16 +24,15 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-01-18 Thread Jan Steffens via arch-commits
Date: Thursday, January 18, 2018 @ 09:39:24
  Author: heftig
Revision: 315057

FS#57108 gnome groups

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 09:38:40 UTC (rev 315056)
+++ PKGBUILD2018-01-18 09:39:24 UTC (rev 315057)
@@ -10,16 +10,11 @@
 license=(GPL2)
 depends=(dconf gtk3)
 makedepends=(itstool docbook-xsl gtk-doc yelp-tools git gobject-introspection 
meson appstream-glib)
-groups=(gnome)
+groups=(gnome-extra)
 _commit=2b351e832e28782b465176b055ba38fe007df40d  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
 sha256sums=('SKIP')
 
-check() {
-  cd build
-  meson test
-}
-
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/-/+/g'
@@ -26,19 +21,21 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
   cd build
-  arch-meson ../$pkgname
-  ninja
+  meson test
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:47:09
  Author: heftig
Revision: 306526

3.26.1-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 21:45:35 UTC (rev 306525)
+++ PKGBUILD2017-10-01 21:47:09 UTC (rev 306526)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 
 pkgname=gnome-dictionary
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Look up words in dictionary sources"
+url="https://wiki.gnome.org/Apps/Dictionary;
 arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Dictionary;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection meson appstream-glib)
-groups=('gnome')
-_commit=94bdad93b33e40815e6e63a3ed89d3ecd84ff53d  # tags/3.26.0^0
+license=(GPL2)
+depends=(dconf gtk3)
+makedepends=(itstool docbook-xsl gtk-doc yelp-tools git gobject-introspection 
meson appstream-glib)
+groups=(gnome)
+_commit=2b351e832e28782b465176b055ba38fe007df40d  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -32,7 +32,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  arch-meson ../$pkgname
   ninja
 }
 


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

2017-09-22 Thread Jan de Groot
Date: Friday, September 22, 2017 @ 22:45:15
  Author: jgc
Revision: 306135

upgpkg: gnome-dictionary 3.26.0-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

--+
 PKGBUILD |   24 ++--
 1 file changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 22:39:26 UTC (rev 306134)
+++ PKGBUILD2017-09-22 22:45:15 UTC (rev 306135)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-dictionary
-pkgver=3.24.0+5+ga7aa054
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="Look up words in dictionary sources"
 arch=(i686 x86_64)
@@ -9,12 +9,17 @@
 url="https://wiki.gnome.org/Apps/Dictionary;
 license=('GPL2')
 depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection)
+makedepends=('itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection meson appstream-glib)
 groups=('gnome')
-_commit=a7aa0541016aeffeafd5adbd123ac669e27c13e8  # gnome-3-24
+_commit=94bdad93b33e40815e6e63a3ed89d3ecd84ff53d  # tags/3.26.0^0
 source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
 sha256sums=('SKIP')
 
+check() {
+  cd build
+  meson test
+}
+
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/-/+/g'
@@ -21,20 +26,19 @@
 }
 
 prepare() {
+  mkdir build
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 14:44:26
  Author: jgc
Revision: 292632

upgpkg: gnome-dictionary 3.24.0+5+ga7aa054-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 14:40:59 UTC (rev 292631)
+++ PKGBUILD2017-04-12 14:44:26 UTC (rev 292632)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-dictionary
-pkgver=3.20.0+28+g7dce582
+pkgver=3.24.0+5+ga7aa054
 pkgrel=1
 pkgdesc="Look up words in dictionary sources"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 depends=('dconf' 'gtk3')
 makedepends=('intltool' 'itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection)
 groups=('gnome')
-_commit=7dce582599f483e6a2e541ce772e8e225341c280  # master
-source=("git://git.gnome.org/gnome-dictionary#commit=$_commit")
+_commit=a7aa0541016aeffeafd5adbd123ac669e27c13e8  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-09-28 Thread Jan de Groot
Date: Wednesday, September 28, 2016 @ 14:10:36
  Author: jgc
Revision: 277256

upgpkg: gnome-dictionary 3.20.0+28+g7dce582-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-28 13:19:12 UTC (rev 277255)
+++ PKGBUILD2016-09-28 14:10:36 UTC (rev 277256)
@@ -2,27 +2,38 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-dictionary
-pkgver=3.20.0
-pkgrel=2
+pkgver=3.20.0+28+g7dce582
+pkgrel=1
 pkgdesc="Look up words in dictionary sources"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Apps/Dictionary;
 license=('GPL2')
 depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
+makedepends=('intltool' 'itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection)
 groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('efb36377d46eff9291d3b8fec37baab2355f9dc8bc7edb791b6a625574716121')
+_commit=7dce582599f483e6a2e541ce772e8e225341c280  # master
+source=("git://git.gnome.org/gnome-dictionary#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 


[arch-commits] Commit in gnome-dictionary/trunk (PKGBUILD gnome-dictionary.install)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 10:30:41
  Author: heftig
Revision: 272555

3.20.0-2

Modified:
  gnome-dictionary/trunk/PKGBUILD
Deleted:
  gnome-dictionary/trunk/gnome-dictionary.install

--+
 PKGBUILD |5 ++---
 gnome-dictionary.install |   11 ---
 2 files changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 09:31:28 UTC (rev 272554)
+++ PKGBUILD2016-07-28 10:30:41 UTC (rev 272555)
@@ -3,14 +3,13 @@
 
 pkgname=gnome-dictionary
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Look up words in dictionary sources"
 arch=(i686 x86_64)
-url="http://gnome.org;
+url="https://wiki.gnome.org/Apps/Dictionary;
 license=('GPL2')
 depends=('dconf' 'gtk3')
 makedepends=('intltool' 'itstool' 'docbook-xsl')
-install=gnome-dictionary.install
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('efb36377d46eff9291d3b8fec37baab2355f9dc8bc7edb791b6a625574716121')

Deleted: gnome-dictionary.install
===
--- gnome-dictionary.install2016-07-28 09:31:28 UTC (rev 272554)
+++ gnome-dictionary.install2016-07-28 10:30:41 UTC (rev 272555)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


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

2016-03-30 Thread Jan de Groot
Date: Wednesday, March 30, 2016 @ 21:06:55
  Author: jgc
Revision: 263378

upgpkg: gnome-dictionary 3.20.0-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-30 18:52:12 UTC (rev 263377)
+++ PKGBUILD2016-03-30 19:06:55 UTC (rev 263378)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-dictionary
-pkgver=3.18.1
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Look up words in dictionary sources"
 arch=(i686 x86_64)
@@ -13,11 +13,12 @@
 install=gnome-dictionary.install
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('92cf2d519335b125018468c22405499fdb320e4446201c7b0f55f1a441bf05cc')
+sha256sums=('efb36377d46eff9291d3b8fec37baab2355f9dc8bc7edb791b6a625574716121')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2016-01-18 Thread Jan Steffens
Date: Monday, January 18, 2016 @ 21:25:28
  Author: heftig
Revision: 258390

3.18.1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-18 19:57:48 UTC (rev 258389)
+++ PKGBUILD2016-01-18 20:25:28 UTC (rev 258390)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-dictionary
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Look up words in dictionary sources"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-dictionary.install
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5338962124f6d784920ed4968d98734a7589513b36e4f4a6ff00d1ed5afb4ead')
+sha256sums=('92cf2d519335b125018468c22405499fdb320e4446201c7b0f55f1a441bf05cc')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-25 Thread Jan Steffens
Date: Friday, September 25, 2015 @ 17:41:58
  Author: heftig
Revision: 247438

3.18.0

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-25 15:40:31 UTC (rev 247437)
+++ PKGBUILD2015-09-25 15:41:58 UTC (rev 247438)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-dictionary
-pkgver=3.16.2
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Look up words in dictionary sources"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-dictionary.install
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a2981a76ecf57a5e5f1ebc88697f228a40e550c3371535aa15cc959fe51badd5')
+sha256sums=('5338962124f6d784920ed4968d98734a7589513b36e4f4a6ff00d1ed5afb4ead')
 
 build() {
   cd $pkgname-$pkgver


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

2015-05-12 Thread Jan Steffens
Date: Tuesday, May 12, 2015 @ 22:19:04
  Author: heftig
Revision: 239223

3.16.2

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-12 20:19:03 UTC (rev 239222)
+++ PKGBUILD2015-05-12 20:19:04 UTC (rev 239223)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-dictionary
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-dictionary.install
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4fb1d0fcaa7a32ff80c2a871e9a44d93699e621ef9128f3b44692768eb250a9e')
+sha256sums=('a2981a76ecf57a5e5f1ebc88697f228a40e550c3371535aa15cc959fe51badd5')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-13 Thread Jan Steffens
Date: Tuesday, April 14, 2015 @ 03:40:08
  Author: heftig
Revision: 236438

3.16.1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-14 01:39:47 UTC (rev 236437)
+++ PKGBUILD2015-04-14 01:40:08 UTC (rev 236438)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-dictionary
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-dictionary.install
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('46807d17a089e8308b0089e39b83aae01a186921c893f3a50ff1b51d28443dcb')
+sha256sums=('4fb1d0fcaa7a32ff80c2a871e9a44d93699e621ef9128f3b44692768eb250a9e')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-23 Thread Jan de Groot
Date: Monday, March 23, 2015 @ 08:26:24
  Author: jgc
Revision: 234494

upgpkg: gnome-dictionary 3.16.0-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-23 07:18:34 UTC (rev 234493)
+++ PKGBUILD2015-03-23 07:26:24 UTC (rev 234494)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-dictionary
-pkgver=3.15.92
+pkgver=3.16.0
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-dictionary.install
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('feff14571f68124be85408689f77e8cab1bc8a87782337fc1471889802eb1e32')
+sha256sums=('46807d17a089e8308b0089e39b83aae01a186921c893f3a50ff1b51d28443dcb')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-16 Thread Jan de Groot
Date: Monday, March 16, 2015 @ 10:43:09
  Author: jgc
Revision: 233916

upgpkg: gnome-dictionary 3.15.92-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-16 09:39:23 UTC (rev 233915)
+++ PKGBUILD2015-03-16 09:43:09 UTC (rev 233916)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-dictionary
-pkgver=3.14.2
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-dictionary.install
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2f2a0293c5de83f624cead84d7bb3f93d30a30554640926bb2db9c4944840f82')
+sha256sums=('feff14571f68124be85408689f77e8cab1bc8a87782337fc1471889802eb1e32')
 
 build() {
   cd $pkgname-$pkgver


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

2014-11-10 Thread Jan Steffens
Date: Tuesday, November 11, 2014 @ 00:12:00
  Author: heftig
Revision: 225945

3.14.2

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-10 23:10:10 UTC (rev 225944)
+++ PKGBUILD2014-11-10 23:12:00 UTC (rev 225945)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-dictionary
-pkgver=3.14.1
+pkgver=3.14.2
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-dictionary.install
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('95611416f82617440babc2646056985232170cdadf6cacc5c27680913ea3fa31')
+sha256sums=('2f2a0293c5de83f624cead84d7bb3f93d30a30554640926bb2db9c4944840f82')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-13 Thread Jan de Groot
Date: Monday, October 13, 2014 @ 12:32:42
  Author: jgc
Revision: 224276

upgpkg: gnome-dictionary 3.14.1-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-13 10:31:32 UTC (rev 224275)
+++ PKGBUILD2014-10-13 10:32:42 UTC (rev 224276)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-dictionary
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-dictionary.install
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b1d7f694a3b63f734e398a08d51a6d7ef864d8fc6d0f160569a283a30b93da57')
+sha256sums=('95611416f82617440babc2646056985232170cdadf6cacc5c27680913ea3fa31')
 
 build() {
   cd $pkgname-$pkgver


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

2014-09-23 Thread Jan de Groot
Date: Tuesday, September 23, 2014 @ 11:24:31
  Author: jgc
Revision: 222822

upgpkg: gnome-dictionary 3.14.0-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-23 09:20:24 UTC (rev 222821)
+++ PKGBUILD2014-09-23 09:24:31 UTC (rev 222822)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-dictionary
-pkgver=3.10.0
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -10,10 +10,10 @@
 license=('GPL2')
 depends=('dconf' 'gtk3')
 makedepends=('intltool' 'itstool' 'docbook-xsl')
-install=$pkgname.install
+install=gnome-dictionary.install
 groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('258b60fe50f7d0580a7dc3bb83f7fe2f6f0597d4013d97ac083c3f062c350ed7')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b1d7f694a3b63f734e398a08d51a6d7ef864d8fc6d0f160569a283a30b93da57')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-09 Thread Jan Steffens
Date: Wednesday, October 9, 2013 @ 11:40:42
  Author: heftig
Revision: 196235

3.10.0

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 08:48:20 UTC (rev 196234)
+++ PKGBUILD2013-10-09 09:40:42 UTC (rev 196235)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-dictionary
-pkgver=3.9.0
+pkgver=3.10.0
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!libtool)
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4881096d5952ca39e19e4ecfb37f16634d5f5c1e41ee1e74fa8550f59f5bd455')
+sha256sums=('258b60fe50f7d0580a7dc3bb83f7fe2f6f0597d4013d97ac083c3f062c350ed7')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-30 Thread Jan de Groot
Date: Monday, September 30, 2013 @ 10:11:14
  Author: jgc
Revision: 195295

upgpkg: gnome-dictionary 3.9.0-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-30 08:01:56 UTC (rev 195294)
+++ PKGBUILD2013-09-30 08:11:14 UTC (rev 195295)
@@ -1,7 +1,8 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
+
 pkgname=gnome-dictionary
-pkgver=3.8.0
+pkgver=3.9.0
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -13,16 +14,16 @@
 options=(!libtool)
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('faebbca7684aeef5ff4111305bc8e0c1790b0551445df404b68f3d7cf2c50421')
+sha256sums=('4881096d5952ca39e19e4ecfb37f16634d5f5c1e41ee1e74fa8550f59f5bd455')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
 



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 20:22:07
  Author: jgc
Revision: 191350

upgpkg: gnome-dictionary 3.8.0-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 18:16:58 UTC (rev 191349)
+++ PKGBUILD2013-07-23 18:22:07 UTC (rev 191350)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=gnome-dictionary
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
 url=http://gnome.org;
@@ -13,7 +13,7 @@
 options=(!libtool)
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9')
+sha256sums=('faebbca7684aeef5ff4111305bc8e0c1790b0551445df404b68f3d7cf2c50421')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-03 Thread Jan de Groot
Date: Wednesday, April 3, 2013 @ 11:05:55
  Author: jgc
Revision: 181319

upgpkg: gnome-dictionary 3.6.0-2

Move to gnome group

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-03 08:59:11 UTC (rev 181318)
+++ PKGBUILD2013-04-03 09:05:55 UTC (rev 181319)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=gnome-dictionary
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
 url=http://gnome.org;
@@ -11,7 +11,7 @@
 makedepends=('intltool' 'itstool' 'docbook-xsl')
 install=$pkgname.install
 options=(!libtool)
-groups=('gnome-extra')
+groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9')
 



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

2012-09-26 Thread Jan de Groot
Date: Wednesday, September 26, 2012 @ 14:54:42
  Author: jgc
Revision: 167174

upgpkg: gnome-dictionary 3.6.0-1

3.6.0

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-26 18:54:26 UTC (rev 167173)
+++ PKGBUILD2012-09-26 18:54:42 UTC (rev 167174)
@@ -1,19 +1,19 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=gnome-dictionary
-pkgver=3.4.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
 url=http://gnome.org;
 license=('GPL2')
 depends=('dconf' 'gtk3')
-makedepends=('intltool' 'gnome-doc-utils')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
 install=$pkgname.install
 options=(!libtool)
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('70a15987617f5ae39f1fc27f7ed0a039193b4704cef7b89ed3aea30ac38f56af')
+sha256sums=('1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-11 Thread Ionut Biru
Date: Wednesday, April 11, 2012 @ 09:54:08
  Author: ibiru
Revision: 156012

add to gnome-extra

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-11 13:11:17 UTC (rev 156011)
+++ PKGBUILD2012-04-11 13:54:08 UTC (rev 156012)
@@ -11,6 +11,7 @@
 makedepends=('intltool' 'gnome-doc-utils')
 install=$pkgname.install
 options=(!libtool)
+groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('70a15987617f5ae39f1fc27f7ed0a039193b4704cef7b89ed3aea30ac38f56af')
 



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

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:36:07
  Author: heftig
Revision: 154415

3.4.0

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 10:29:14 UTC (rev 154414)
+++ PKGBUILD2012-03-28 10:36:07 UTC (rev 154415)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=gnome-dictionary
-pkgver=3.3.2
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 install=$pkgname.install
 options=(!libtool)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4bd6f51a98446f8c8d2bceb19bbb5221bd8b2eb2d75f23d2ad8d1045c0aafa24')
+sha256sums=('70a15987617f5ae39f1fc27f7ed0a039193b4704cef7b89ed3aea30ac38f56af')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-10 Thread Ionut Biru
Date: Saturday, March 10, 2012 @ 12:47:54
  Author: ibiru
Revision: 152931

fix description

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-10 17:45:02 UTC (rev 152930)
+++ PKGBUILD2012-03-10 17:47:54 UTC (rev 152931)
@@ -3,7 +3,7 @@
 pkgname=gnome-dictionary
 pkgver=3.3.2
 pkgrel=1
-pkgdesc=A graphical directory tree analyzer
+pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
 url=http://gnome.org;
 license=('GPL2')