Remove obsolete install and gitignore files
This commit is contained in:
parent
e940e46903
commit
48f278ad44
9 changed files with 0 additions and 49 deletions
4
discord-electron-bin/.gitignore
vendored
4
discord-electron-bin/.gitignore
vendored
|
@ -1,4 +0,0 @@
|
|||
pkg/
|
||||
src/
|
||||
*.tar.*
|
||||
*.pkg.*
|
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
3
gvisor-bin/.gitignore
vendored
3
gvisor-bin/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
gvisor*
|
||||
pkg
|
||||
src
|
14
spot-client/.gitignore
vendored
14
spot-client/.gitignore
vendored
|
@ -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
|
||||
|
||||
*/
|
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue