moved libcec-git to AUR4 and submodule
This commit is contained in:
parent
e281487c67
commit
efcdd8122f
3 changed files with 5 additions and 40 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -26,3 +26,7 @@
|
||||||
path = pkgbuild/ledmon
|
path = pkgbuild/ledmon
|
||||||
url = https://aur@aur4.archlinux.org/ledmon.git
|
url = https://aur@aur4.archlinux.org/ledmon.git
|
||||||
pushurl = ssh+git://aur@aur4.archlinux.org/ledmon.git
|
pushurl = ssh+git://aur@aur4.archlinux.org/ledmon.git
|
||||||
|
[submodule "pkgbuild/libcec-git"]
|
||||||
|
path = pkgbuild/libcec-git
|
||||||
|
url = https://aur@aur4.archlinux.org/libcec-git.git
|
||||||
|
pushurl = ssh+git://aur@aur4.archlinux.org/libcec-git.git
|
||||||
|
|
1
pkgbuild/libcec-git
Submodule
1
pkgbuild/libcec-git
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 61ad30c949bbaac4ef5994d97529227cc3e383cc
|
|
@ -1,40 +0,0 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
|
||||||
|
|
||||||
pkgname=libcec-git
|
|
||||||
epoch=1
|
|
||||||
pkgver=2.1.4.149.gd2f8cf7
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
|
|
||||||
arch=('i686' 'x86_64')
|
|
||||||
url="https://github.com/Pulse-Eight/libcec"
|
|
||||||
license=('GPL')
|
|
||||||
makedepends=('git' 'libplatform')
|
|
||||||
depends=('udev>=151' 'lockdev' 'libplatform' 'libxrandr')
|
|
||||||
provides=('libcec')
|
|
||||||
conflicts=('libcec')
|
|
||||||
options=('!libtool')
|
|
||||||
source=('libcec::git+https://github.com/Pulse-Eight/libcec.git')
|
|
||||||
md5sums=('SKIP')
|
|
||||||
|
|
||||||
pkgver() {
|
|
||||||
cd "$srcdir"/libcec
|
|
||||||
git describe --tags | sed 's|libcec-||;s|-|.|g'
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd "$srcdir"/libcec
|
|
||||||
cmake . \
|
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
|
||||||
-DBUILD_SHARED_LIBS=1 \
|
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
||||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
|
||||||
-DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd "$srcdir"/libcec
|
|
||||||
make DESTDIR="$pkgdir/" install
|
|
||||||
}
|
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
|
Loading…
Reference in a new issue