summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2024-03-24 15:30:36 +0100
committerBłażej Szczygieł2024-03-24 15:30:36 +0100
commit850b2fc5205cea71936aa44adb4042b862a29006 (patch)
treee35630de1aed0354fa27de05f719943959d6286d
parentc89b1ec5f463f468903273a62fa406ce35d5bc48 (diff)
downloadaur-qdre-viewer-git.tar.gz
Qt6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fca5ec8e586..f88d05474df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qdre-viewer-git
pkgdesc = Lightweight Qt image viewer
- pkgver = 0.0.0.r61.gb6dd0b8
+ pkgver = 0.0.0.r74.g0fa5c11
pkgrel = 1
url = https://gitlab.com/zaps166/qdre
arch = x86_64
@@ -8,13 +8,9 @@ pkgbase = qdre-viewer-git
license = MIT
makedepends = cmake
makedepends = git
- depends = qt5-base
- depends = qt5-x11extras
+ depends = qt6-base
depends = glib2
- depends = libxcb
- depends = gnome-menus
depends = exiv2
- depends = kwindowsystem5
conflicts = qdre-git
source = git+https://gitlab.com/zaps166/qdre.git#branch=master
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 70faf0ff307b..268f234eab70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: zaps166 <spaz16 at wp dot pl>
pkgname=qdre-viewer-git
-pkgver=0.0.0.r61.gb6dd0b8
+pkgver=0.0.0.r74.g0fa5c11
pkgrel=1
pkgdesc='Lightweight Qt image viewer'
arch=('x86_64')
url='https://gitlab.com/zaps166/qdre'
license=('MIT')
groups=('qdre')
-depends=('qt5-base' 'qt5-x11extras' 'glib2' 'libxcb' 'gnome-menus' 'exiv2' 'kwindowsystem5')
+depends=('qt6-base' 'glib2' 'exiv2')
makedepends=('cmake' 'git')
conflicts=('qdre-git')
source=("git+https://gitlab.com/zaps166/qdre.git#branch=master")
@@ -29,7 +29,6 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
- -DQDRE_LIB_STATIC=ON \
-DAPPS_QDRE_Compositor=OFF
make
}
@@ -37,9 +36,6 @@ build() {
package() {
cd build
make DESTDIR="${pkgdir}" install
- rm "${pkgdir}/usr/bin/qdre-gio-launch"
- rm "${pkgdir}/usr/share/pixmaps/qdre.svg"
- rm "${pkgdir}/usr/share/glib-2.0/schemas/org.qdre.gio.gschema.xml"
rm -r "${pkgdir}/usr/include"
rm -r "${pkgdir}/usr/lib"
}