Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / audex


Commits:
7d6c802c by Antonio Rojas at 2023-12-25T00:28:40+01:00
upgpkg: 0.96.1-1: Update to 0.96.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,21 +1,21 @@
 pkgbase = audex
        pkgdesc = A CDDA extraction tool with a ftp upload function for KDE
-       pkgver = 0.79+160+gaa00d81
-       pkgrel = 3
+       pkgver = 0.96.1
+       pkgrel = 1
        url = https://userbase.kde.org/Audex
        arch = x86_64
        license = GPL
        makedepends = extra-cmake-modules
        makedepends = git
+       makedepends = qt5-script
        depends = libkcddb5
        depends = hicolor-icon-theme
        depends = kcmutils5
-       depends = qt5-script
        optdepends = vorbis-tools: OGG encoder
        optdepends = faac: MP4/M4A/AAC encoder
        optdepends = flac: FLAC encoder
        optdepends = lame: MP3 encoder
-       source = 
git+https://invent.kde.org/multimedia/audex#commit=aa00d81acdb9141e589bb9c6eb67032aa52d51f5
+       source = git+https://invent.kde.org/multimedia/audex#tag=v0.96.1
        sha256sums = SKIP
 
 pkgname = audex


=====================================
PKGBUILD
=====================================
@@ -4,20 +4,19 @@
 # Contributor: moostik <mooostik_at_gmail.com>
 
 pkgname=audex
-pkgver=0.79+160+gaa00d81
-pkgrel=3
+pkgver=0.96.1
+pkgrel=1
 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
 arch=('x86_64')
 url="https://userbase.kde.org/Audex";
 license=('GPL')
-depends=('libkcddb5' 'hicolor-icon-theme' 'kcmutils5' 'qt5-script')
-makedepends=('extra-cmake-modules' 'git')
+depends=('libkcddb5' 'hicolor-icon-theme' 'kcmutils5')
+makedepends=('extra-cmake-modules' 'git' 'qt5-script')
 optdepends=('vorbis-tools: OGG encoder'
        'faac: MP4/M4A/AAC encoder'
        'flac: FLAC encoder'
        'lame: MP3 encoder')
-_commit=aa00d81acdb9141e589bb9c6eb67032aa52d51f5
-source=("git+https://invent.kde.org/multimedia/audex#commit=$_commit";)
+source=("git+https://invent.kde.org/multimedia/audex#tag=v$pkgver";)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -26,17 +25,10 @@ pkgver() {
 }
 
 build() {
-  cd audex
-
-  mkdir build
-  cd build
-
-  cmake ../
-  make
+  cmake -B build -S audex
+  cmake --build build
 }
 
 package() {
-  cd audex/build
-
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" cmake --install build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/audex/-/commit/7d6c802c87745d18e68d7f7fd63e79cfd7c6f222

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/audex/-/commit/7d6c802c87745d18e68d7f7fd63e79cfd7c6f222
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to