mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-22 04:16:28 +00:00
Package release bump with the addition of the libancient, and
shared-mime-info dependencies.
This commit is contained in:
parent
c683366bb7
commit
6b083f1206
2 changed files with 10 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = ocp
|
pkgbase = ocp
|
||||||
pkgdesc = Open Cubic Player
|
pkgdesc = Open Cubic Player
|
||||||
pkgver = 0.2.102
|
pkgver = 0.2.102
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://stian.cubic.org/project-ocp.php
|
url = https://stian.cubic.org/project-ocp.php
|
||||||
install = ocp.install
|
install = ocp.install
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -24,6 +24,8 @@ pkgbase = ocp
|
||||||
depends = ttf-unifont
|
depends = ttf-unifont
|
||||||
depends = libdiscid
|
depends = libdiscid
|
||||||
depends = cjson
|
depends = cjson
|
||||||
|
depends = shared-mime-info
|
||||||
|
depends = libancient
|
||||||
provides = ocp=0.2.102
|
provides = ocp=0.2.102
|
||||||
conflicts = ocp-git
|
conflicts = ocp-git
|
||||||
source = ocp::git+https://github.com/mywave82/opencubicplayer.git#tag=v0.2.102
|
source = ocp::git+https://github.com/mywave82/opencubicplayer.git#tag=v0.2.102
|
||||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
_pkgbase=ocp
|
_pkgbase=ocp
|
||||||
pkgname=${_pkgbase}
|
pkgname=${_pkgbase}
|
||||||
pkgver=0.2.102
|
pkgver=0.2.102
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Open Cubic Player"
|
pkgdesc="Open Cubic Player"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://stian.cubic.org/project-ocp.php"
|
url="https://stian.cubic.org/project-ocp.php"
|
||||||
|
@ -28,7 +28,9 @@ depends=('hicolor-icon-theme'
|
||||||
'freetype2'
|
'freetype2'
|
||||||
'ttf-unifont'
|
'ttf-unifont'
|
||||||
'libdiscid'
|
'libdiscid'
|
||||||
'cjson')
|
'cjson'
|
||||||
|
'shared-mime-info'
|
||||||
|
'libancient')
|
||||||
|
|
||||||
makedepends=('git'
|
makedepends=('git'
|
||||||
'xa'
|
'xa'
|
||||||
|
@ -41,11 +43,12 @@ prepare() {
|
||||||
cd $_pkgbase
|
cd $_pkgbase
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
git merge 006541750261fe6b0a06a1792170719cca09d548
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $_pkgbase
|
cd $_pkgbase
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --with-unifontdir=/usr/share/fonts/Unifont --with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf --with-unifont-csur-ttf=/usr/share/fonts/Unifont/Unifont_CSUR.ttf --with-unifont-upper-ttf=/usr/share/fonts/Unifont/Unifont_Upper.ttf
|
./configure --prefix=/usr --sysconfdir=/etc --without-update-desktop-database --without-update-mime-database --with-unifontdir=/usr/share/fonts/Unifont --with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf --with-unifont-csur-ttf=/usr/share/fonts/Unifont/Unifont_CSUR.ttf --with-unifont-upper-ttf=/usr/share/fonts/Unifont/Unifont_Upper.ttf
|
||||||
make DESTDIR="$pkgdir"
|
make DESTDIR="$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue