Date: Wednesday, November 16, 2022 @ 11:09:16
Author: arojas
Revision: 1349071
archrelease: copy trunk to community-x86_64
Added:
latte-dock/repos/community-x86_64/PKGBUILD
(from rev 1349070, latte-dock/trunk/PKGBUILD)
latte-dock/repos/community-x86_64/keys/
Deleted:
latte-dock/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 +++++++++++++++++++++++++++++++-------------------------
1 file changed, 31 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-16 11:09:05 UTC (rev 1349070)
+++ PKGBUILD 2022-11-16 11:09:16 UTC (rev 1349071)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Michael Straube <[email protected]>
-
-pkgname=latte-dock
-pkgver=0.10.8
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(x86_64)
-url='https://store.kde.org/p/1169519/'
-license=(GPL)
-depends=(plasma-framework knewstuff hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('00aab59d97b877f43292fc082c8bfe7f634b265cbee8ab5a2d2c78e0414c912a'
- 'SKIP')
-validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos
(mvourlakos) <[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: latte-dock/repos/community-x86_64/PKGBUILD (from rev 1349070,
latte-dock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-16 11:09:16 UTC (rev 1349071)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Michael Straube <[email protected]>
+
+pkgname=latte-dock
+pkgver=0.10.8
+pkgrel=2
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(x86_64)
+url='https://store.kde.org/p/1169519/'
+license=(GPL)
+depends=(plasma-framework knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+ https://invent.kde.org/plasma/latte-dock/-/commit/1d468a94.patch)
+sha256sums=('00aab59d97b877f43292fc082c8bfe7f634b265cbee8ab5a2d2c78e0414c912a'
+ 'SKIP'
+ '7fb90bbf22510e131986553592bb8b11df7241d4e6c6cc1191f03c9cc113ad81')
+validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos
(mvourlakos) <[email protected]>
+
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < 1d468a94.patch # Fix popup positions on
Wayland
+}
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}