Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2026 14:00:45 +0000
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f270aafde0d0 - main - x11-themes/adapta-backgrounds: Update to 0.5.3.1
Message-ID:  <6964fe8d.c424.7f74bda4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f270aafde0d0035021990257177a379040c5c275

commit f270aafde0d0035021990257177a379040c5c275
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2026-01-12 13:59:01 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2026-01-12 14:00:08 +0000

    x11-themes/adapta-backgrounds: Update to 0.5.3.1
    
    - Pet port(clippy|fmt)
    
    Reported by:    portscout!
---
 x11-themes/adapta-backgrounds/Makefile               | 18 ++++++------------
 x11-themes/adapta-backgrounds/distinfo               |  6 +++---
 .../adapta-backgrounds/files/patch-Makefile.am       | 20 --------------------
 .../adapta-backgrounds/files/patch-meson.build       | 15 +++++++++++++++
 x11-themes/adapta-backgrounds/pkg-plist              |  2 +-
 5 files changed, 25 insertions(+), 36 deletions(-)

diff --git a/x11-themes/adapta-backgrounds/Makefile b/x11-themes/adapta-backgrounds/Makefile
index 270b9d3f92ff..14dfee2804b5 100644
--- a/x11-themes/adapta-backgrounds/Makefile
+++ b/x11-themes/adapta-backgrounds/Makefile
@@ -1,28 +1,22 @@
 PORTNAME=	adapta-backgrounds
-PORTVERSION=	0.5.2.3
-PORTREVISION=	2
+PORTVERSION=	0.5.3.1
+PORTREVISION=	0
 CATEGORIES=	x11-themes
 
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Wallpaper collection for adapta-project
 WWW=		https://github.com/adapta-project/adapta-backgrounds
 
-LICENSE=	GPLv2 CC-BY-SA-4.0
+LICENSE=	CC-BY-SA-4.0 GPLv2
 LICENSE_COMB=	multi
 LICENSE_FILE_CC-BY-SA-4.0=	${WRKSRC}/LICENSE_CC_BY_SA4
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 
-DOCS_MAKE_ENV=	ADAPTA_BG_DOCS=yes
-
+USES=		gnome meson pkgconfig
+USE_GITHUB=	yes
 GH_ACCOUNT=	adapta-project
-GNU_CONFIGURE=	yes
-
-OPTIONS_DEFINE=	DOCS
+USE_GNOME=	glib20
 
 NO_ARCH=	yes
 
-USES=		autoreconf gmake gnome pkgconfig
-USE_GITHUB=	yes
-USE_GNOME=	glib20 libxml2
-
 .include <bsd.port.mk>
diff --git a/x11-themes/adapta-backgrounds/distinfo b/x11-themes/adapta-backgrounds/distinfo
index 9cf6b6df4495..6f8f20a476e1 100644
--- a/x11-themes/adapta-backgrounds/distinfo
+++ b/x11-themes/adapta-backgrounds/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515527917
-SHA256 (adapta-project-adapta-backgrounds-0.5.2.3_GH0.tar.gz) = de9dcc485bb0fdb3a1be2f2226ffa94cb651e1a2ebc0301043f4cbae2c8755c8
-SIZE (adapta-project-adapta-backgrounds-0.5.2.3_GH0.tar.gz) = 5247284
+TIMESTAMP = 1768211248
+SHA256 (adapta-project-adapta-backgrounds-0.5.3.1_GH0.tar.gz) = 18fd7304bd30139161c9dca6b62862deb6c63f2159314539c972498c51770769
+SIZE (adapta-project-adapta-backgrounds-0.5.3.1_GH0.tar.gz) = 5246878
diff --git a/x11-themes/adapta-backgrounds/files/patch-Makefile.am b/x11-themes/adapta-backgrounds/files/patch-Makefile.am
deleted file mode 100644
index 6556cef1c057..000000000000
--- a/x11-themes/adapta-backgrounds/files/patch-Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.am.orig	2018-01-01 03:20:16 UTC
-+++ Makefile.am
-@@ -5,12 +5,13 @@ SUBDIRS = \
- 	backgrounds
- 
- EXTRA_DIST = \
--	AUTHORS \
--	COPYING \
--	LICENSE_CC_BY_SA4
-+	AUTHORS
- 
- install-data-hook:
--	cp -Rv $(EXTRA_DIST) $(adaptadir)
-+	if test ! -z "$(ADAPTA_BG_DOCS)"; then \
-+	mkdir -p $(DESTDIR)$(docdir); \
-+	cp -Rv $(EXTRA_DIST) $(DESTDIR)$(docdir); \
-+	fi;
- 
- uninstall-hook:
- 	test -e $(adaptadir) && rm -rfv $(adaptadir)
diff --git a/x11-themes/adapta-backgrounds/files/patch-meson.build b/x11-themes/adapta-backgrounds/files/patch-meson.build
new file mode 100644
index 000000000000..3a3543dcd9d4
--- /dev/null
+++ b/x11-themes/adapta-backgrounds/files/patch-meson.build
@@ -0,0 +1,15 @@
+--- meson.build.orig	2018-01-17 11:04:28 UTC
++++ meson.build
+@@ -20,12 +20,3 @@ subdir('backgrounds')
+ 
+ # Sub directories
+ subdir('backgrounds')
+-
+-# Extra-dist files
+-extra_dist = [
+-  'AUTHORS',
+-  'COPYING',
+-  'LICENSE_CC_BY_SA4'
+-]
+-
+-install_data(extra_dist, install_dir: backgrounddir)
diff --git a/x11-themes/adapta-backgrounds/pkg-plist b/x11-themes/adapta-backgrounds/pkg-plist
index 36f5565848ea..bd5b885fc491 100644
--- a/x11-themes/adapta-backgrounds/pkg-plist
+++ b/x11-themes/adapta-backgrounds/pkg-plist
@@ -1,9 +1,9 @@
+share/backgrounds/adapta/adapta-backgrounds.xml
 share/backgrounds/adapta/kahelo.jpg
 share/backgrounds/adapta/poly.jpg
 share/backgrounds/adapta/suna.jpg
 share/backgrounds/adapta/tealized.jpg
 share/backgrounds/adapta/tri-fadeno.jpg
 share/cinnamon-background-properties/adapta-backgrounds.xml
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 share/gnome-background-properties/adapta-backgrounds.xml
 share/mate-background-properties/adapta-backgrounds.xml


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6964fe8d.c424.7f74bda4>