mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-21 03:46:29 +00:00
Update to ocp-git-0.2.99.r66.68249a1
This commit is contained in:
parent
c2d88846b8
commit
38f650ee0f
3 changed files with 32 additions and 4 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,14 +1,16 @@
|
|||
pkgbase = ocp-git
|
||||
pkgdesc = Open Cubic Player (GIT Version)
|
||||
pkgver = 0.2.99.r43.1f55a2e
|
||||
pkgver = 0.2.99.r66.68249a1
|
||||
pkgrel = 1
|
||||
url = https://stian.cubic.org/project-ocp.php
|
||||
install = ocp.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = desktop-file-utils
|
||||
makedepends = git
|
||||
makedepends = xa
|
||||
makedepends = desktop-file-utils
|
||||
depends = hicolor-icon-theme
|
||||
depends = libxxf86vm
|
||||
depends = libxpm
|
||||
depends = alsa-lib
|
||||
|
@ -22,6 +24,7 @@ pkgbase = ocp-git
|
|||
depends = ttf-unifont
|
||||
depends = libdiscid
|
||||
depends = cjson
|
||||
conflicts = ocp
|
||||
source = git+https://github.com/mywave82/opencubicplayer.git
|
||||
md5sums = SKIP
|
||||
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -3,14 +3,18 @@
|
|||
|
||||
_pkgbdir=opencubicplayer
|
||||
pkgname=ocp-git
|
||||
pkgver=0.2.99.r43.1f55a2e
|
||||
pkgver=0.2.99.r66.68249a1
|
||||
pkgrel=1
|
||||
pkgdesc="Open Cubic Player (GIT Version)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://stian.cubic.org/project-ocp.php"
|
||||
license=('GPL')
|
||||
install=ocp.install
|
||||
|
||||
depends=('libxxf86vm'
|
||||
conflicts=('ocp')
|
||||
|
||||
depends=('hicolor-icon-theme'
|
||||
'libxxf86vm'
|
||||
'libxpm'
|
||||
'alsa-lib'
|
||||
'sdl2'
|
||||
|
|
21
ocp.install
Normal file
21
ocp.install
Normal file
|
@ -0,0 +1,21 @@
|
|||
infodir=usr/share/info
|
||||
|
||||
post_install() {
|
||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
update-desktop-database -q
|
||||
[ -x usr/bin/install-info ] || return 0
|
||||
install-info $infodir/ocp.info.gz $infodir/dir 2> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
install-info --delete $infodir/ocp.info.gz $infodir/dir 2> /dev/null
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
update-desktop-database -q
|
||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
}
|
Loading…
Reference in a new issue