[arch-commits] Commit in libcec/repos (3 files)

Ike Devolder idevolder at archlinux.org
Mon Feb 25 14:06:16 UTC 2019


    Date: Monday, February 25, 2019 @ 14:06:15
  Author: idevolder
Revision: 435895

db-move: moved libcec from [community-testing] to [community] (x86_64)

Added:
  libcec/repos/community-x86_64/PKGBUILD
    (from rev 435894, libcec/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  libcec/repos/community-testing-x86_64/
  libcec/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   33 ---------------------------------
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2019-02-25 14:06:00 UTC (rev 435894)
+++ community-x86_64/PKGBUILD	2019-02-25 14:06:15 UTC (rev 435895)
@@ -1,33 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: Philippe Cherel <philippe.cherel at mayenne.org>
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
-arch=('x86_64')
-url="http://libcec.pulse-eight.com/"
-license=('GPL')
-makedepends=('cmake')
-depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('ef90d6e4cf9d5847c14d3ff21b71579e5110643f31e8574766d3fa6c89c6239c')
-
-build() {
-    cd "$pkgname-$pkgname-$pkgver"
-    mkdir build
-    cd build
-    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 "$pkgname-$pkgname-$pkgver/build"
-    make DESTDIR="$pkgdir" install
-}

Copied: libcec/repos/community-x86_64/PKGBUILD (from rev 435894, libcec/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-02-25 14:06:15 UTC (rev 435895)
@@ -0,0 +1,33 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Philippe Cherel <philippe.cherel at mayenne.org>
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=4.0.3
+pkgrel=2
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('x86_64')
+url="http://libcec.pulse-eight.com/"
+license=('GPL')
+makedepends=('cmake')
+depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('ef90d6e4cf9d5847c14d3ff21b71579e5110643f31e8574766d3fa6c89c6239c')
+
+build() {
+    cd "$pkgname-$pkgname-$pkgver"
+    mkdir build
+    cd build
+    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 "$pkgname-$pkgname-$pkgver/build"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list