Skip to content

Commit 72e7985

Browse files
committed
cleanup aur package
- skip patch, seems useless - switch to gcc, no reason to use clang
1 parent 9e61965 commit 72e7985

File tree

3 files changed

+6
-32
lines changed

3 files changed

+6
-32
lines changed

pkg/arch/sneedacity-git/.SRCINFO

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = sneedacity-git
22
pkgdesc = Audacity fork without any telemetry (git-version)
3-
pkgver = 3.0.2.r344.gd5a54f152
3+
pkgver = 3.0.2.r18.g9e6196510
44
pkgrel = 1
55
url = https://github.com/Sneeds-Feed-and-Seed/sneedacity
66
arch = i686
@@ -10,7 +10,6 @@ pkgbase = sneedacity-git
1010
license = CCPL
1111
makedepends = git
1212
makedepends = cmake
13-
makedepends = clang
1413
makedepends = sdl2
1514
makedepends = libsoup
1615
makedepends = libnotify
@@ -43,8 +42,6 @@ pkgbase = sneedacity-git
4342
conflicts = audacity
4443
conflicts = sneedacity
4544
source = git+https://github.com/Sneeds-Feed-and-Seed/sneedacity.git
46-
source = sneedacity.patch
47-
sha256sums = SKIP
48-
sha256sums = c06c60a9ae17b9265840fcd619d2c7a5668f26a94cec80c8785c7997afd4bc96
45+
md5sums = SKIP
4946

5047
pkgname = sneedacity-git

pkg/arch/sneedacity-git/PKGBUILD

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Ckat <ckat@teknik.io>
22

33
pkgname=sneedacity-git
4-
pkgver=3.0.2.r16.g8cd14a070
4+
pkgver=3.0.2.r18.g9e6196510
55
pkgrel=1
66
pkgdesc="Audacity fork without any telemetry (git-version)"
77
arch=(i686 x86_64)
@@ -10,32 +10,26 @@ license=(GPL2 CCPL)
1010
groups=(pro-audio)
1111
depends=(alsa-lib libx11 gtk3 expat libid3tag libogg libsndfile
1212
libvorbis lilv lv2 portsmf suil libmad twolame vamp-plugin-sdk libsoxr soundtouch)
13-
makedepends=(git cmake clang sdl2 libsoup libnotify gstreamer gst-plugins-bad-libs
13+
makedepends=(git cmake sdl2 libsoup libnotify gstreamer gst-plugins-bad-libs
1414
ffmpeg jack nasm conan)
1515
# can't find system lame portmidi
1616
optdepends=('ffmpeg: additional import/export capabilities')
1717
provides=(audacity sneedacity)
1818
conflicts=(audacity sneedacity)
1919
source=(
2020
"git+https://github.com/Sneeds-Feed-and-Seed/sneedacity.git"
21-
"sneedacity.patch"
2221
)
23-
sha256sums=('SKIP' 'c06c60a9ae17b9265840fcd619d2c7a5668f26a94cec80c8785c7997afd4bc96')
22+
md5sums=('SKIP')
2423

2524
pkgver() {
2625
cd sneedacity
2726
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | cut -d'.' -f2-
2827
}
2928

30-
prepare() {
31-
cd sneedacity
32-
patch --forward --strip=1 --input="${srcdir}/sneedacity.patch"
33-
}
34-
3529
build() {
3630
mkdir sneedacity/build
3731
cd sneedacity/build
38-
CC=clang cmake \
32+
cmake \
3933
-DCMAKE_BUILD_TYPE=Release \
4034
-DCMAKE_INSTALL_PREFIX=/usr \
4135
-DwxBUILD_TOOLKIT:STRING=gtk3 \

pkg/arch/sneedacity-git/sneedacity.patch

-17
This file was deleted.

0 commit comments

Comments
 (0)