summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo Davidson2021-12-30 06:44:41 -0600
committerBo Davidson2021-12-30 06:44:41 -0600
commit48cefdca62806b4ff11a6cfbc2be6dd717e5a2db (patch)
treea5fa209aaa22b3cf7731466eb77c03489136fbbd
parent6d4ebc18247d4b64b91f8acc0900cc835993f1b8 (diff)
downloadaur-48cefdca62806b4ff11a6cfbc2be6dd717e5a2db.tar.gz
Removed .desktop as now OpenRGB.pro installs its own from ../qt
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--openrgb.desktop10
3 files changed, 3 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cdb4d49e682..8bbf63fc7986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openrgb
pkgdesc = Open source RGB lighting control that doesn't depend on manufacturer software.
pkgver = 0.7
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/CalcProgrammer1/OpenRGB
arch = x86_64
license = GPL2
@@ -13,10 +13,8 @@ pkgbase = openrgb
source = https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_0.7/OpenRGB-release_0.7.tar.gz
source = openrgb.conf
source = openrgb.service
- source = openrgb.desktop
sha256sums = 6052e04ad736f94a91a386f6cfc0aaff9554fafdabe99cdd46a296fd49132569
sha256sums = b5a53d747422f8b594e3e9615e238457d696732efce94050cdd72182a8645ef2
sha256sums = 272dc43a77d0e48d29f32da753c7e05fd635883b173c21047f4eefa8bfc77938
- sha256sums = 2f96f6bcb381490dae7132b9533045dd46db8a0fc9f9ab5d00d952545800c6fc
pkgname = openrgb
diff --git a/PKGBUILD b/PKGBUILD
index dd33d0b7141c..c98c1022766f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Paul Davis <paul@dangersalad.com>
pkgname=openrgb
pkgver=0.7
-pkgrel=2
+pkgrel=3
pkgdesc="Open source RGB lighting control that doesn't depend on manufacturer software."
arch=("x86_64")
url="https://gitlab.com/CalcProgrammer1/OpenRGB"
@@ -14,12 +14,10 @@ source=(
"https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_$pkgver/OpenRGB-release_$pkgver.tar.gz"
openrgb.conf
openrgb.service
- openrgb.desktop
)
sha256sums=('6052e04ad736f94a91a386f6cfc0aaff9554fafdabe99cdd46a296fd49132569'
'b5a53d747422f8b594e3e9615e238457d696732efce94050cdd72182a8645ef2'
- '272dc43a77d0e48d29f32da753c7e05fd635883b173c21047f4eefa8bfc77938'
- '2f96f6bcb381490dae7132b9533045dd46db8a0fc9f9ab5d00d952545800c6fc')
+ '272dc43a77d0e48d29f32da753c7e05fd635883b173c21047f4eefa8bfc77938')
prepare() {
cd "$srcdir/OpenRGB-release_$pkgver"
diff --git a/openrgb.desktop b/openrgb.desktop
deleted file mode 100644
index be588616b112..000000000000
--- a/openrgb.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=OpenRGB
-GenericName=RGB Settings
-Comment=Open source RGB lighting control that doesn't depend on manufacturer software.
-Exec=bash -c 'cd $HOME/.config/OpenRGB && openrgb'
-Icon=openrgb
-Terminal=false
-Type=Application
-Categories=Settings;System;
-StartupNotify=true