[arch-commits] Commit in gedit/repos (8 files)

Jan Steffens heftig at archlinux.org
Thu Mar 31 23:33:13 UTC 2016


    Date: Friday, April 1, 2016 @ 01:33:12
  Author: heftig
Revision: 263712

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

Added:
  gedit/repos/testing-i686/PKGBUILD
    (from rev 263711, gedit/trunk/PKGBUILD)
  gedit/repos/testing-i686/gedit.install
    (from rev 263711, gedit/trunk/gedit.install)
  gedit/repos/testing-x86_64/PKGBUILD
    (from rev 263711, gedit/trunk/PKGBUILD)
  gedit/repos/testing-x86_64/gedit.install
    (from rev 263711, gedit/trunk/gedit.install)
Deleted:
  gedit/repos/testing-i686/PKGBUILD
  gedit/repos/testing-i686/gedit.install
  gedit/repos/testing-x86_64/PKGBUILD
  gedit/repos/testing-x86_64/gedit.install

------------------------------+
 /PKGBUILD                    |   68 +++++++++++++++++++++++++++++++++++++++++
 /gedit.install               |   38 ++++++++++++++++++++++
 testing-i686/PKGBUILD        |   34 --------------------
 testing-i686/gedit.install   |   19 -----------
 testing-x86_64/PKGBUILD      |   34 --------------------
 testing-x86_64/gedit.install |   19 -----------
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-03-31 23:31:26 UTC (rev 263711)
+++ testing-i686/PKGBUILD	2016-03-31 23:33:12 UTC (rev 263712)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gedit
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="A text editor for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell desktop-file-utils python-gobject dconf)
-makedepends=(yelp-tools intltool vala gobject-introspection)
-groups=(gnome-extra)
-options=('!emptydirs')
-url="http://www.gnome.org"
-install=gedit.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4013dedd2b58ce215ed40b028a1223df5b5fc44571388c008f31f77379a77bb2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-      --sysconfdir=/etc --localstatedir=/var \
-      --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
-      --enable-python
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gedit/repos/testing-i686/PKGBUILD (from rev 263711, gedit/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-03-31 23:33:12 UTC (rev 263712)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gedit
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="A text editor for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection)
+groups=(gnome-extra)
+options=('!emptydirs')
+url="http://www.gnome.org"
+install=gedit.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9a47e3073f844b67d7358f5a43c71ab04b442b70fcd3c629da77879e9a0c1dc4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+      --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+      --enable-python
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gedit.install
===================================================================
--- testing-i686/gedit.install	2016-03-31 23:31:26 UTC (rev 263711)
+++ testing-i686/gedit.install	2016-03-31 23:33:12 UTC (rev 263712)
@@ -1,19 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-    update-desktop-database -q
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-    if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
-        gconfpkg --uninstall gedit
-    fi
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-post_remove() {
-    post_install $1
-}

Copied: gedit/repos/testing-i686/gedit.install (from rev 263711, gedit/trunk/gedit.install)
===================================================================
--- testing-i686/gedit.install	                        (rev 0)
+++ testing-i686/gedit.install	2016-03-31 23:33:12 UTC (rev 263712)
@@ -0,0 +1,19 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    update-desktop-database -q
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+    if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+        gconfpkg --uninstall gedit
+    fi
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    post_install $1
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-03-31 23:31:26 UTC (rev 263711)
+++ testing-x86_64/PKGBUILD	2016-03-31 23:33:12 UTC (rev 263712)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gedit
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="A text editor for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell desktop-file-utils python-gobject dconf)
-makedepends=(yelp-tools intltool vala gobject-introspection)
-groups=(gnome-extra)
-options=('!emptydirs')
-url="http://www.gnome.org"
-install=gedit.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4013dedd2b58ce215ed40b028a1223df5b5fc44571388c008f31f77379a77bb2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-      --sysconfdir=/etc --localstatedir=/var \
-      --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
-      --enable-python
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gedit/repos/testing-x86_64/PKGBUILD (from rev 263711, gedit/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-03-31 23:33:12 UTC (rev 263712)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gedit
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="A text editor for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection)
+groups=(gnome-extra)
+options=('!emptydirs')
+url="http://www.gnome.org"
+install=gedit.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9a47e3073f844b67d7358f5a43c71ab04b442b70fcd3c629da77879e9a0c1dc4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+      --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+      --enable-python
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/gedit.install
===================================================================
--- testing-x86_64/gedit.install	2016-03-31 23:31:26 UTC (rev 263711)
+++ testing-x86_64/gedit.install	2016-03-31 23:33:12 UTC (rev 263712)
@@ -1,19 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-    update-desktop-database -q
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-    if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
-        gconfpkg --uninstall gedit
-    fi
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-post_remove() {
-    post_install $1
-}

Copied: gedit/repos/testing-x86_64/gedit.install (from rev 263711, gedit/trunk/gedit.install)
===================================================================
--- testing-x86_64/gedit.install	                        (rev 0)
+++ testing-x86_64/gedit.install	2016-03-31 23:33:12 UTC (rev 263712)
@@ -0,0 +1,19 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    update-desktop-database -q
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+    if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+        gconfpkg --uninstall gedit
+    fi
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    post_install $1
+}



More information about the arch-commits mailing list