[arch-commits] Commit in gedit-plugins/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Aug 30 16:26:40 UTC 2018
Date: Thursday, August 30, 2018 @ 16:26:39
Author: felixonmars
Revision: 333124
archrelease: copy trunk to extra-x86_64
Added:
gedit-plugins/repos/extra-x86_64/PKGBUILD
(from rev 333123, gedit-plugins/trunk/PKGBUILD)
Deleted:
gedit-plugins/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-30 16:26:25 UTC (rev 333123)
+++ PKGBUILD 2018-08-30 16:26:39 UTC (rev 333124)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-# Contributor: Sergej Chodarev <sergejx at centrum.sk>
-# Contributor: zhuqin <zhuqin83 at gmail.com>
-
-pkgname=gedit-plugins
-pkgver=3.28.1
-pkgrel=1
-pkgdesc="Collection of plugins for the gedit Text Editor"
-url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"
-arch=(x86_64)
-license=(GPL)
-depends=(gedit python-dbus python-cairo)
-makedepends=(intltool vte3 libgit2-glib itstool gucharmap gobject-introspection vala yelp-tools git)
-optdepends=('gucharmap: for charmap plugin'
- 'vte3: for embedded terminal'
- 'libgit2-glib: for git plugin')
-_commit=0a42cc29088fefcf17a4e289b1f0acef3c4bcf9f # tags/3.28.1^0
-source=("git+https://git.gnome.org/browse/gedit-plugins#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gedit-plugins/repos/extra-x86_64/PKGBUILD (from rev 333123, gedit-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-30 16:26:39 UTC (rev 333124)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sergej Chodarev <sergejx at centrum.sk>
+# Contributor: zhuqin <zhuqin83 at gmail.com>
+
+pkgname=gedit-plugins
+pkgver=3.28.1
+pkgrel=2
+pkgdesc="Collection of plugins for the gedit Text Editor"
+url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"
+arch=(x86_64)
+license=(GPL)
+depends=(gedit python-dbus python-cairo)
+makedepends=(intltool vte3 libgit2-glib itstool gucharmap gobject-introspection vala yelp-tools git)
+optdepends=('gucharmap: for charmap plugin'
+ 'vte3: for embedded terminal'
+ 'libgit2-glib: for git plugin')
+_commit=0a42cc29088fefcf17a4e289b1f0acef3c4bcf9f # tags/3.28.1^0
+source=("git+https://git.gnome.org/browse/gedit-plugins#commit=$_commit")
+sha512sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list