summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-01-02 23:06:46 +0000
committerEric Engestrom2022-01-02 23:15:55 +0000
commitb7f2581919c16f4712bdab5d178ba91ce99c7a6c (patch)
tree08105fda9012059616ca0cd38340ba3570efb6b0
parent20514d987c33a89edc4b6ba4e71fc52930dc0299 (diff)
downloadaur-b7f2581919c16f4712bdab5d178ba91ce99c7a6c.tar.gz
drop render.desktop & renderdoc.png as upstream now provides them
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
-rw-r--r--renderdoc.desktop10
3 files changed, 2 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f7592585ad8..803c32c4333e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,8 +21,6 @@ pkgbase = renderdoc-git
provides = renderdoc=1.17
conflicts = renderdoc
source = https://github.com/baldurk/renderdoc
- source = renderdoc.desktop
sha256sums = SKIP
- sha256sums = eab4941dc17fbbdcb9e34a698c3b304d212be54956daeb0c3b1cf5b7f2b00984
pkgname = renderdoc-git
diff --git a/PKGBUILD b/PKGBUILD
index 8de1e251a78e..36cde3f66410 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,8 @@ url="https://github.com/baldurk/renderdoc"
license=("MIT")
makedepends=("cmake" "ninja" "python")
depends=("wayland" "libx11" "libxcb" "mesa" "libgl" "qt5-base" "qt5-svg" "qt5-x11extras" "xcb-util-keysyms")
-source=("git+https://github.com/baldurk/renderdoc"
- "renderdoc.desktop")
-sha256sums=('SKIP'
- 'eab4941dc17fbbdcb9e34a698c3b304d212be54956daeb0c3b1cf5b7f2b00984')
+source=("git+https://github.com/baldurk/renderdoc")
+sha256sums=('SKIP')
conflicts=('renderdoc')
provides=("renderdoc=${pkgver%+*}")
@@ -36,7 +34,4 @@ build() {
package() {
DESTDIR="$pkgdir" ninja -C build install
-
- install -Dm644 "${srcdir}"/renderdoc.desktop "$pkgdir/usr/share/applications/renderdoc.desktop"
- install -Dm644 "${srcdir}"/renderdoc/docs/imgs/logo.png "$pkgdir/usr/share/icons/renderdoc.png"
}
diff --git a/renderdoc.desktop b/renderdoc.desktop
deleted file mode 100644
index 292a724dbaf5..000000000000
--- a/renderdoc.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=Application
-Name=QRenderDoc
-Comment=RenderDoc is a stand-alone graphics debugging tool.
-Exec=qrenderdoc
-Icon=renderdoc
-Terminal=false
-StartupNotify=false
-Categories=Application;Graphics;Development;