[arch-commits] Commit in maui-clip/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Dec 3 23:31:26 UTC 2021
Date: Friday, December 3, 2021 @ 23:31:26
Author: arojas
Revision: 1064940
archrelease: copy trunk to community-x86_64
Added:
maui-clip/repos/community-x86_64/PKGBUILD
(from rev 1064939, maui-clip/trunk/PKGBUILD)
Deleted:
maui-clip/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 23:31:16 UTC (rev 1064939)
+++ PKGBUILD 2021-12-03 23:31:26 UTC (rev 1064940)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maui-clip
-_pkgname=clip
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Video player and video collection manager'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing mpv taglib)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('c09f9668c25710e4018ca1ac00fa56d7d00a5c64ffc3e967aa3abf3a46c97bef')
-
-build() {
- cmake -B build -S $_pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: maui-clip/repos/community-x86_64/PKGBUILD (from rev 1064939, maui-clip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 23:31:26 UTC (rev 1064940)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-clip
+_pkgname=clip
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Video player and video collection manager'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing taglib ffmpeg)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('c09f9668c25710e4018ca1ac00fa56d7d00a5c64ffc3e967aa3abf3a46c97bef')
+
+build() {
+ cmake -B build -S $_pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list