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

Jan Steffens heftig at archlinux.org
Sat Apr 22 00:52:11 UTC 2017


    Date: Saturday, April 22, 2017 @ 00:52:10
  Author: heftig
Revision: 293869

3.22.0+44+ge706c1259-1

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-22 00:51:16 UTC (rev 293868)
+++ PKGBUILD	2017-04-22 00:52:10 UTC (rev 293869)
@@ -3,9 +3,10 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gedit
-pkgver=3.22.0+4+g2c70ccb86
+pkgver=3.22.0+44+ge706c1259
 pkgrel=1
-pkgdesc="A text editor for GNOME"
+pkgdesc="GNOME Text Editor"
+url="https://wiki.gnome.org/Apps/Gedit"
 arch=(i686 x86_64)
 license=(GPL)
 depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell python-gobject dconf)
@@ -12,9 +13,7 @@
 makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git gtk-doc)
 optdepends=('gedit-plugins: Additional features')
 groups=(gnome-extra)
-options=('!emptydirs')
-url="http://www.gnome.org"
-_commit=2c70ccb86ff7d20de5eb87e988f10d891178442b  # master
+_commit=e706c12597d8332fc8d146504e38b53b8b01d256  # master
 source=("git+https://git.gnome.org/browse/gedit#commit=$_commit"
         "git+https://git.gnome.org/browse/libgd")
 sha256sums=('SKIP'
@@ -41,7 +40,6 @@
       --sysconfdir=/etc --localstatedir=/var \
       --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
       --enable-python --enable-gtk-doc
-
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
@@ -48,5 +46,5 @@
 
 package(){
   cd $pkgname
-  make -j1 DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list