Date: Tuesday, May 9, 2023 @ 16:18:43
Author: arojas
Revision: 476983
archrelease: copy trunk to extra-any
Added:
oxygen-sounds/repos/extra-any/PKGBUILD
(from rev 476982, oxygen-sounds/trunk/PKGBUILD)
oxygen-sounds/repos/extra-any/keys/
Deleted:
oxygen-sounds/repos/extra-any/PKGBUILD
oxygen-sounds/repos/extra-any/keys/
----------+
PKGBUILD | 61 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 31 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-09 16:18:28 UTC (rev 476982)
+++ PKGBUILD 2023-05-09 16:18:43 UTC (rev 476983)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=oxygen-sounds
-pkgdesc='The Oxygen Sound Theme'
-pkgver=5.27.4
-pkgrel=1
-arch=(any)
-url='https://kde.org/plasma-desktop/'
-license=(LGPL)
-depends=()
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('9ea3ad7497c74e796b49f36b23da1d0facda8d2c05466fd8c477cf0f3c9384ec'
- 'SKIP')
-validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
- '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
- 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
<[email protected]>
- '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
-
-build() {
- cmake -B build -S $pkgbase-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: oxygen-sounds/repos/extra-any/PKGBUILD (from rev 476982,
oxygen-sounds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-09 16:18:43 UTC (rev 476983)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=oxygen-sounds
+pkgdesc='The Oxygen Sound Theme'
+pkgver=5.27.5
+_dirver=$(echo $pkgver | cut -d. -f1-3)
+pkgrel=1
+arch=(any)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=()
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('21fb31e2c4047f56e3ec09cd4960f56120b746152485336f716c9101cd2c8566'
+ 'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
<[email protected]>
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgbase-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}