From 228d68bbe54ce4c601ee3c71725b70c635babb2c Mon Sep 17 00:00:00 2001 From: Batu Date: Fri, 7 Feb 2025 07:14:20 +0300 Subject: [PATCH 1/3] update to 1.0.2 --- srcpkgs/nwg-look/template | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/srcpkgs/nwg-look/template b/srcpkgs/nwg-look/template index dd231228d159b0..60a513fb954efd 100644 --- a/srcpkgs/nwg-look/template +++ b/srcpkgs/nwg-look/template @@ -1,28 +1,24 @@ # Template file for 'nwg-look' pkgname=nwg-look -version=0.2.7 -revision=2 +version=1.0.2 +revision=3 build_style=go go_import_path=github.com/nwg-piotr/nwg-look hostmakedepends="pkg-config" makedepends="cairo-devel gtk+3-devel libglib-devel pango-devel" depends="xcur2png" short_desc="GTK3 settings editor adapted to work in the wlroots environment" -maintainer="cinerea0 " +maintainer="bai " license="MIT" homepage="https://github.com/nwg-piotr/nwg-look" changelog="https://github.com/nwg-piotr/nwg-look/releases" distfiles="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${version}.tar.gz" -checksum=20a7773b1bae7ae013efa359e73dcefc89bfb516d45bba4375f59c8a9216c9c3 +checksum=fc73b3f8a55c8b3a77853694f31be851422943692d495ec80ba895e9cd4b4cfd -post_install() { - vinstall stuff/main.glade 644 /usr/share/nwg-look - vinstall stuff/nwg-look.desktop 644 /usr/share/applications - vinstall stuff/nwg-look.svg 644 /usr/share/pixmaps - - for lang in langs/*.json; do - vinstall ${lang} 644 /usr/share/nwg-look/langs - done +do_build() { + make build +} - vlicense LICENSE +do_install() { + make install PREFIX="${DESTDIR}/usr" } From 6eed2a3802e96c3c9de4acff1197f6d814dcfa06 Mon Sep 17 00:00:00 2001 From: Batu Date: Fri, 7 Feb 2025 07:31:55 +0300 Subject: [PATCH 2/3] update to 2024.3.2.2 --- srcpkgs/intellij-idea-ultimate-edition/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/intellij-idea-ultimate-edition/template b/srcpkgs/intellij-idea-ultimate-edition/template index ae9c3e106844d1..23d60c57c434a9 100644 --- a/srcpkgs/intellij-idea-ultimate-edition/template +++ b/srcpkgs/intellij-idea-ultimate-edition/template @@ -1,7 +1,7 @@ # Template file for 'intellij-idea-ultimate-edition' pkgname=intellij-idea-ultimate-edition -version=2024.3 -revision=1 +version=2024.3.2.2 +revision=2 archs="x86_64" depends="virtual?java-environment giflib libXtst hicolor-icon-theme" short_desc="Java integrated development environment by JetBrains" @@ -9,7 +9,7 @@ maintainer="Piekay " license="custom:Commercial" homepage="https://www.jetbrains.org/" distfiles="https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz" -checksum=c0627c42510bdd25b82127db62997fe6b7b98cc7e30987a83fa0b419692a15c1 +checksum=7094daa174aa74c163ecbc3958405c99b209333ca23e5accd02ed8100c015e38 repository=nonfree restricted=yes nopie=yes From ed8d82a8ba89209f88bc770643310940dda2be8b Mon Sep 17 00:00:00 2001 From: Batu Date: Fri, 7 Feb 2025 08:21:14 +0300 Subject: [PATCH 3/3] Update template --- srcpkgs/nwg-look/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nwg-look/template b/srcpkgs/nwg-look/template index 60a513fb954efd..f7e2c228f3f5e6 100644 --- a/srcpkgs/nwg-look/template +++ b/srcpkgs/nwg-look/template @@ -8,7 +8,7 @@ hostmakedepends="pkg-config" makedepends="cairo-devel gtk+3-devel libglib-devel pango-devel" depends="xcur2png" short_desc="GTK3 settings editor adapted to work in the wlroots environment" -maintainer="bai " +maintainer="cinerea0 " license="MIT" homepage="https://github.com/nwg-piotr/nwg-look" changelog="https://github.com/nwg-piotr/nwg-look/releases"