Remove obsolete install and gitignore files

This commit is contained in:
Manuel 2022-10-23 11:18:17 +02:00
parent 890c618a18
commit cfae89eff7
3 changed files with 0 additions and 18 deletions

View file

@ -3,7 +3,6 @@ pkgbase = florence
pkgver = 0.6.3 pkgver = 0.6.3
pkgrel = 2 pkgrel = 2
url = http://sourceforge.net/projects/florence/ url = http://sourceforge.net/projects/florence/
install = florence.install
arch = i686 arch = i686
arch = x86_64 arch = x86_64
license = GPL license = GPL

View file

@ -12,7 +12,6 @@ url="http://sourceforge.net/projects/${pkgname}/"
license=('GPL') license=('GPL')
depends=('gtk3' 'libxml2' 'librsvg' 'libxtst' 'gettext' 'gstreamer>=1.0') # http://florence.sourceforge.net/english/install.html depends=('gtk3' 'libxml2' 'librsvg' 'libxtst' 'gettext' 'gstreamer>=1.0') # http://florence.sourceforge.net/english/install.html
makedepends=('intltool>=0.23' 'gnome-doc-utils') makedepends=('intltool>=0.23' 'gnome-doc-utils')
install="${pkgname}.install"
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e') sha256sums=('422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e')

View file

@ -1,16 +0,0 @@
_update() {
glib-compile-schemas '/usr/share/glib-2.0/schemas/'
update-desktop-database -q
}
post_install() {
_update
}
post_upgrade() {
_update
}
post_remove() {
_update
}