Date: Thursday, July 28, 2016 @ 08:24:00
  Author: heftig
Revision: 272543

3.20.0-2

Modified:
  gedit-plugins/trunk/PKGBUILD
Deleted:
  gedit-plugins/trunk/gedit-plugins.install

-----------------------+
 PKGBUILD              |    7 +++----
 gedit-plugins.install |   23 -----------------------
 2 files changed, 3 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-07-28 08:22:09 UTC (rev 272542)
+++ PKGBUILD    2016-07-28 08:24:00 UTC (rev 272543)
@@ -7,11 +7,11 @@
 
 pkgname=gedit-plugins
 pkgver=3.20.0
-pkgrel=1
-pkgdesc="Plugins for gedit"
+pkgrel=2
+pkgdesc="Collection of plugins for the gedit Text Editor"
 arch=(x86_64 i686)
 license=(GPL)
-url="http://live.gnome.org/GeditPlugins";
+url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins";
 depends=(gedit python-dbus python-cairo)
 makedepends=(intltool vte3 libgit2-glib itstool zeitgeist gucharmap 
gobject-introspection vala)
 optdepends=('gucharmap: for charmap plugin'
@@ -19,7 +19,6 @@
             'libgit2-glib: for git plugin'
             'zeitgeist: for dashboard plugin')
 options=('!emptydirs')
-install=gedit-plugins.install
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz";)
 sha256sums=('d4902af5f9f728e0d692ca8c2f7a9f88f6c2ab8c9be037238ffb7d3aebe757bf')
 

Deleted: gedit-plugins.install
===================================================================
--- gedit-plugins.install       2016-07-28 08:22:09 UTC (rev 272542)
+++ gedit-plugins.install       2016-07-28 08:24:00 UTC (rev 272543)
@@ -1,23 +0,0 @@
-pkgname=gedit-plugins
-
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-    usr/sbin/gconfpkg --uninstall ${pkgname}
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-
-post_remove() {
-  post_install $1
-}
-
-
-# vim:set ts=2 sw=2 et:

Reply via email to