[arch-commits] Commit in gnome-dictionary/repos (6 files)

Jan Steffens heftig at archlinux.org
Thu Jul 28 12:24:38 UTC 2016


    Date: Thursday, July 28, 2016 @ 12:24:38
  Author: heftig
Revision: 272562

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

Added:
  gnome-dictionary/repos/extra-i686/PKGBUILD
    (from rev 272561, gnome-dictionary/trunk/PKGBUILD)
  gnome-dictionary/repos/extra-x86_64/PKGBUILD
    (from rev 272561, gnome-dictionary/trunk/PKGBUILD)
Deleted:
  gnome-dictionary/repos/extra-i686/PKGBUILD
  gnome-dictionary/repos/extra-i686/gnome-dictionary.install
  gnome-dictionary/repos/extra-x86_64/PKGBUILD
  gnome-dictionary/repos/extra-x86_64/gnome-dictionary.install

---------------------------------------+
 /PKGBUILD                             |   58 ++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD                   |   30 ----------------
 extra-i686/gnome-dictionary.install   |   11 ------
 extra-x86_64/PKGBUILD                 |   30 ----------------
 extra-x86_64/gnome-dictionary.install |   11 ------
 5 files changed, 58 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-07-28 12:24:16 UTC (rev 272561)
+++ extra-i686/PKGBUILD	2016-07-28 12:24:38 UTC (rev 272562)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-dictionary
-pkgver=3.20.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' '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')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/extra-i686/PKGBUILD (from rev 272561, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-07-28 12:24:38 UTC (rev 272562)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-dictionary
+pkgver=3.20.0
+pkgrel=2
+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')
+groups=('gnome')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('efb36377d46eff9291d3b8fec37baab2355f9dc8bc7edb791b6a625574716121')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-dictionary.install
===================================================================
--- extra-i686/gnome-dictionary.install	2016-07-28 12:24:16 UTC (rev 272561)
+++ extra-i686/gnome-dictionary.install	2016-07-28 12:24:38 UTC (rev 272562)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-07-28 12:24:16 UTC (rev 272561)
+++ extra-x86_64/PKGBUILD	2016-07-28 12:24:38 UTC (rev 272562)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-dictionary
-pkgver=3.20.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' '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')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/extra-x86_64/PKGBUILD (from rev 272561, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-07-28 12:24:38 UTC (rev 272562)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-dictionary
+pkgver=3.20.0
+pkgrel=2
+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')
+groups=('gnome')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('efb36377d46eff9291d3b8fec37baab2355f9dc8bc7edb791b6a625574716121')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/gnome-dictionary.install
===================================================================
--- extra-x86_64/gnome-dictionary.install	2016-07-28 12:24:16 UTC (rev 272561)
+++ extra-x86_64/gnome-dictionary.install	2016-07-28 12:24:38 UTC (rev 272562)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list