Remove obsolete install and gitignore files

This commit is contained in:
Manuel 2022-10-23 11:18:17 +02:00
parent e940e46903
commit 48f278ad44
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
9 changed files with 0 additions and 49 deletions

View File

@ -1,4 +0,0 @@
pkg/
src/
*.tar.*
*.pkg.*

View File

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

View File

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

View File

@ -1,3 +0,0 @@
gvisor*
pkg
src

View File

@ -1,14 +0,0 @@
# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
*.tar
*.tar.*
*.rpm
*.jar
*.exe
*.msi
*.zip
*.tgz
*.log
*.log.*
*.sig
*/

View File

@ -3,7 +3,6 @@ pkgbase = sublime-text-4
pkgver = 4.4126
pkgrel = 1
url = https://www.sublimetext.com/download
install = sublime-text-4.install
arch = x86_64
arch = aarch64
license = custom

View File

@ -11,7 +11,6 @@ depends=('libpng' 'gtk3')
optdepends=('gksu: sudo-save support')
conflicts=('sublime-text')
provides=('sublime-text')
install=${pkgname}.install
source=('sublime_text.desktop')
source_x86_64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_x64.tar.xz")

View File

@ -1,8 +0,0 @@
post_install() {
# Update icon cache.
gtk-update-icon-cache -f '/usr/share/icons/hicolor' > /dev/null 2>&1
}
post_upgrade() {
post_install
}