summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-01-12 00:32:00 +0100
committerNarrat2020-01-12 00:32:00 +0100
commit82ac49867d730679bc320ce01b3437b9afec43fc (patch)
treeee29c11cc9c7bb2bb347adb63096a7828f175482
parentb43ae2be9f4df80d3ed1dff1354892ca62368914 (diff)
downloadaur-82ac49867d730679bc320ce01b3437b9afec43fc.tar.gz
update to 0.1.47
bump version and removed libgnomeui from makedeps. Who wants the gtk needs to opt-in. Removed the install file, because this covered by pacman hooks
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD28
-rw-r--r--verbiste.install12
3 files changed, 18 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e0537e9a9af..ffd81865e4ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,16 @@
-# Generated by mksrcinfo v8
-# ven. oct. 27 15:09:26 UTC 2017
pkgbase = verbiste
pkgdesc = Verbiste is a French conjugation system.
- pkgver = 0.1.45
+ pkgver = 0.1.47
pkgrel = 1
url = http://sarrazip.com/dev/verbiste.html
- install = verbiste.install
arch = i686
arch = x86_64
license = GPL
- makedepends = libgnomeui
makedepends = perl-xml-parser
depends = libxml2
depends = gtk2
- source = http://perso.b2b2c.ca/~sarrazip/dev/verbiste-0.1.45.tar.gz
- md5sums = a03af218e9a2e5802e823cf53c1e8b65
+ source = http://perso.b2b2c.ca/~sarrazip/dev/verbiste-0.1.47.tar.gz
+ md5sums = 240b5c674da369e5b6492d6910c0a8af
pkgname = verbiste
diff --git a/PKGBUILD b/PKGBUILD
index e0b276cda7f9..ebb8234864e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,28 @@
-#Maintainer: Sébastien Leduc <sebastien@sleduc.fr>
-#Contributor: Stéphane Marguet (Stemp) <smarguet at gmail dot com>
-#Contributor : Olivier Le Moal <mail@olivierlemoal.fr>
-#Contributor: Alexandre Chataignon <alexandre@chataignon.net>
-#Contributor: Sebastien Duquette <ekse.0x@gmail.com>
-#Contributor: Marc Poiroud <marci1@archlinux.fr>
+# Contributor: Lex Black <autumn-wind@web.de>
+# Contributor: Sébastien Leduc <sebastien@sleduc.fr>
+# Contributor: Stéphane Marguet (Stemp) <smarguet at gmail dot com>
+# Contributor: Olivier Le Moal <mail@olivierlemoal.fr>
+# Contributor: Alexandre Chataignon <alexandre@chataignon.net>
+# Contributor: Sebastien Duquette <ekse.0x@gmail.com>
+# Contributor: Marc Poiroud <marci1@archlinux.fr>
+
pkgname=verbiste
-pkgver=0.1.45
+pkgver=0.1.47
pkgrel=1
pkgdesc="Verbiste is a French conjugation system."
url="http://sarrazip.com/dev/verbiste.html"
license=("GPL")
depends=('libxml2' 'gtk2')
-makedepends=('libgnomeui' 'perl-xml-parser')
+makedepends=('perl-xml-parser') # 'libgnomeui'
arch=('i686' 'x86_64')
-install=${pkgname}.install
source=("http://perso.b2b2c.ca/~sarrazip/dev/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a03af218e9a2e5802e823cf53c1e8b65')
+md5sums=('240b5c674da369e5b6492d6910c0a8af')
+
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --with-gtk-app
-# ./configure --prefix=/usr # console support only
+ #./configure --prefix=/usr --with-gtk-app
+ ./configure --prefix=/usr --without-gtk-app
make
}
@@ -31,5 +33,5 @@ package() {
# Modify location for .desktop file
install -Dm 644 "$srcdir/$pkgname-$pkgver/src/gnome/verbiste.desktop" \
"$pkgdir/usr/share/applications/verbiste.desktop"
- sed -e 's/Exec=verbiste/Exec=verbiste-gtk/g' -i "$pkgdir/usr/share/applications/verbiste.desktop"
+ #sed -e 's/Exec=verbiste/Exec=verbiste-gtk/g' -i "$pkgdir/usr/share/applications/verbiste.desktop"
}
diff --git a/verbiste.install b/verbiste.install
deleted file mode 100644
index 820711c4770a..000000000000
--- a/verbiste.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-} \ No newline at end of file