summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorX3n0m0rph592020-08-23 13:26:34 +0200
committerX3n0m0rph592020-08-23 13:26:34 +0200
commit0e3bdad6ecf2a8209e589f9d86529338be645d74 (patch)
tree05cc8ac9a912a65be7d3e8adf65955dce1c1e3f2
parentcc5f077be1ed12c842d5327f2286b45d2a58b02d (diff)
downloadaur-0e3bdad6ecf2a8209e589f9d86529338be645d74.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8bb9bcd95a7..336d9ca82042 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = eruption-roccat-vulcan-git
pkgdesc = Linux user-mode driver for the ROCCAT Vulcan 100/12x series keyboards
- pkgver = 0.1.12
+ pkgver = 0.1.13
pkgrel = 0
- url = https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/
+ url = https://github.com/X3n0m0rph59/eruption-roccat-vulcan
install = eruption.install
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = eruption-roccat-vulcan-git
backup = etc/eruption/eruption.conf
backup = usr/share/eruption/scripts/lib/themes/*
backup = usr/share/eruption/scripts/lib/macros/*
- source = git+https://gitlab.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=bf17f5999987535e3a882d53af7a7325f277db85
+ source = git+https://github.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=9d24f34c52af0fc56d112fafcadd32dd44fe0df4
sha512sums = SKIP
pkgname = eruption-roccat-vulcan-git
diff --git a/PKGBUILD b/PKGBUILD
index 66d2ee293e6f..1641dd3c646b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname='eruption-roccat-vulcan-git'
_pkgname='eruption-roccat-vulcan'
pkgdesc='Linux user-mode driver for the ROCCAT Vulcan 100/12x series keyboards'
-pkgver='0.1.12'
+pkgver='0.1.13'
pkgrel='0'
epoch=
arch=('i686' 'x86_64')
-url='https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/'
+url='https://github.com/X3n0m0rph59/eruption-roccat-vulcan'
license=('GPL3+')
groups=()
depends=('libevdev' 'hidapi' 'systemd-libs' 'dbus' 'libpulse')
@@ -21,7 +21,7 @@ backup=(etc/eruption/eruption.conf usr/share/eruption/scripts/lib/themes/* usr/s
options=()
install='eruption.install'
changelog=
-source=('git+https://gitlab.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=bf17f5999987535e3a882d53af7a7325f277db85')
+source=('git+https://github.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=9d24f34c52af0fc56d112fafcadd32dd44fe0df4')
noextract=()
sha512sums=('SKIP')
@@ -48,6 +48,8 @@ package() {
mkdir -p "$pkgdir/usr/lib/systemd/system"
mkdir -p "$pkgdir/usr/lib/systemd/system-preset"
+ mkdir -p "$pkgdir/usr/lib/systemd/system-sleep"
+
mkdir -p "$pkgdir/usr/lib/udev/rules.d/"
mkdir -p "$pkgdir/etc/dbus-1/system.d"
@@ -64,6 +66,8 @@ package() {
install -m 755 "target/release/eruption" "$pkgdir/usr/bin/"
install -m 755 "target/release/eruptionctl" "$pkgdir/usr/bin/"
+ install -m 755 "support/systemd/eruption-suspend.sh" "$pkgdir/usr/lib/systemd/system-sleep/eruption"
+
install -m 644 "support/config/eruption.conf" "$pkgdir/etc/eruption/"
install -m 644 "support/systemd/eruption.service" "$pkgdir/usr/lib/systemd/system/"
@@ -213,6 +217,7 @@ package() {
install -m 644 "support/profiles/vu-meter.profile" "$pkgdir/var/lib/eruption/profiles/"
install -m 644 "support/profiles/swirl-perlin.profile" "$pkgdir/var/lib/eruption/profiles/"
install -m 644 "support/profiles/swirl-perlin-blue-red.profile" "$pkgdir/var/lib/eruption/profiles/"
+ install -m 644 "support/profiles/swirl-perlin-rainbow.profile" "$pkgdir/var/lib/eruption/profiles/"
install -m 644 "support/profiles/swirl-perlin-red-yellow.profile" "$pkgdir/var/lib/eruption/profiles/"
install -m 644 "support/profiles/swirl-turbulence.profile" "$pkgdir/var/lib/eruption/profiles/"
install -m 644 "support/profiles/swirl-voronoi.profile" "$pkgdir/var/lib/eruption/profiles/"