pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: nia
Date: Sun Jun 13 08:15:51 UTC 2021
Modified Files:
pkgsrc/archivers: Makefile
pkgsrc/archivers/xfce4-thunar-archive: Makefile
pkgsrc/meta-pkgs/xfce4: Makefile Makefile.common
pkgsrc/sysutils: Makefile
Added Files:
pkgsrc/archivers/xarchiver: DESCR Makefile PLIST distinfo
Removed Files:
pkgsrc/sysutils/xfce4-xarchiver: DESCR Makefile PLIST distinfo
Log Message:
Rename sysutils/xfce4-xarchiver to archivers/xarchiver
xarchiver is no longer part of xfce (for years), and the package
name and location makes it difficult to find. match other package
managers.
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 pkgsrc/archivers/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/xarchiver/DESCR \
pkgsrc/archivers/xarchiver/Makefile pkgsrc/archivers/xarchiver/PLIST \
pkgsrc/archivers/xarchiver/distinfo
cvs rdiff -u -r1.21 -r1.22 pkgsrc/archivers/xfce4-thunar-archive/Makefile
cvs rdiff -u -r1.103 -r1.104 pkgsrc/meta-pkgs/xfce4/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/meta-pkgs/xfce4/Makefile.common
cvs rdiff -u -r1.959 -r1.960 pkgsrc/sysutils/Makefile
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/sysutils/xfce4-xarchiver/DESCR
cvs rdiff -u -r1.52 -r0 pkgsrc/sysutils/xfce4-xarchiver/Makefile
cvs rdiff -u -r1.8 -r0 pkgsrc/sysutils/xfce4-xarchiver/PLIST \
pkgsrc/sysutils/xfce4-xarchiver/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/Makefile
diff -u pkgsrc/archivers/Makefile:1.184 pkgsrc/archivers/Makefile:1.185
--- pkgsrc/archivers/Makefile:1.184 Sat Jun 12 06:03:56 2021
+++ pkgsrc/archivers/Makefile Sun Jun 13 08:15:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.184 2021/06/12 06:03:56 nia Exp $
+# $NetBSD: Makefile,v 1.185 2021/06/13 08:15:50 nia Exp $
#
COMMENT= Archivers and compression tools
@@ -141,6 +141,7 @@ SUBDIR+= unshield
SUBDIR+= unzip
SUBDIR+= unzoo
SUBDIR+= upx
+SUBDIR+= xarchiver
SUBDIR+= xbin
SUBDIR+= xfce4-thunar-archive
SUBDIR+= xmill
Index: pkgsrc/archivers/xfce4-thunar-archive/Makefile
diff -u pkgsrc/archivers/xfce4-thunar-archive/Makefile:1.21 pkgsrc/archivers/xfce4-thunar-archive/Makefile:1.22
--- pkgsrc/archivers/xfce4-thunar-archive/Makefile:1.21 Mon Aug 31 18:06:32 2020
+++ pkgsrc/archivers/xfce4-thunar-archive/Makefile Sun Jun 13 08:15:50 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/08/31 18:06:32 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2021/06/13 08:15:50 nia Exp $
-PKGREVISION= 10
+PKGREVISION= 11
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= thunar-archive-plugin-0.4.0
@@ -12,7 +12,7 @@ MAINTAINER= youri%NetBSD.org@localhost
HOMEPAGE= https://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin
COMMENT= Thunar archive plugin
-DEPENDS= xfce4-xarchiver-[0-9]*:../../sysutils/xfce4-xarchiver
+DEPENDS= xarchiver-[0-9]*:../../archivers/xarchiver
.include "../../sysutils/xfce4-thunar/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Index: pkgsrc/meta-pkgs/xfce4/Makefile
diff -u pkgsrc/meta-pkgs/xfce4/Makefile:1.103 pkgsrc/meta-pkgs/xfce4/Makefile:1.104
--- pkgsrc/meta-pkgs/xfce4/Makefile:1.103 Mon May 24 19:53:04 2021
+++ pkgsrc/meta-pkgs/xfce4/Makefile Sun Jun 13 08:15:50 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.103 2021/05/24 19:53:04 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2021/06/13 08:15:50 nia Exp $
META_PACKAGE= yes
-PKGREVISION= 6
+PKGREVISION= 7
.include "Makefile.common"
DISTNAME= xfce4-${XFCE4_VERSION}
@@ -22,7 +22,6 @@ DEPENDS+= xfce4-terminal>=0.8.8:../../x1
DEPENDS+= xfce4-thunar>=1.8.9:../../sysutils/xfce4-thunar
DEPENDS+= xfce4-wm>=4.14.0:../../wm/xfce4-wm
DEPENDS+= xfce4-wm-themes>=4.10.0:../../wm/xfce4-wm-themes
-DEPENDS+= xfce4-xarchiver>=0.5.4:../../sysutils/xfce4-xarchiver
DEPENDS+= elementary-xfce-icon-theme>=0.5:../../graphics/elementary-xfce-icon-theme
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
Index: pkgsrc/meta-pkgs/xfce4/Makefile.common
diff -u pkgsrc/meta-pkgs/xfce4/Makefile.common:1.70 pkgsrc/meta-pkgs/xfce4/Makefile.common:1.71
--- pkgsrc/meta-pkgs/xfce4/Makefile.common:1.70 Thu May 6 20:40:49 2021
+++ pkgsrc/meta-pkgs/xfce4/Makefile.common Sun Jun 13 08:15:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.70 2021/05/06 20:40:49 wiz Exp $
+# $NetBSD: Makefile.common,v 1.71 2021/06/13 08:15:50 nia Exp $
#
# used by archivers/xfce4-thunar-archive/Makefile
# used by audio/xfce4-xmms-plugin/Makefile
@@ -31,7 +31,6 @@
# used by sysutils/xfce4-thunar-vcs/Makefile
# used by sysutils/xfce4-thunar/Makefile
# used by sysutils/xfce4-verve-plugin/Makefile
-# used by sysutils/xfce4-xarchiver/Makefile
# used by sysutils/xfce4-xkb-plugin/Makefile
# used by textproc/xfce4-dict/Makefile
# used by time/xfce4-datetime-plugin/Makefile
Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.959 pkgsrc/sysutils/Makefile:1.960
--- pkgsrc/sysutils/Makefile:1.959 Tue May 25 10:21:26 2021
+++ pkgsrc/sysutils/Makefile Sun Jun 13 08:15:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.959 2021/05/25 10:21:26 adam Exp $
+# $NetBSD: Makefile,v 1.960 2021/06/13 08:15:50 nia Exp $
#
COMMENT= System utilities
@@ -868,7 +868,6 @@ SUBDIR+= xfce4-taskmanager
SUBDIR+= xfce4-thunar
SUBDIR+= xfce4-thunar-vcs
SUBDIR+= xfce4-verve-plugin
-SUBDIR+= xfce4-xarchiver
SUBDIR+= xfce4-xkb-plugin
SUBDIR+= xfe
SUBDIR+= xfm
Added files:
Index: pkgsrc/archivers/xarchiver/DESCR
diff -u /dev/null pkgsrc/archivers/xarchiver/DESCR:1.1
--- /dev/null Sun Jun 13 08:15:51 2021
+++ pkgsrc/archivers/xarchiver/DESCR Sun Jun 13 08:15:50 2021
@@ -0,0 +1,6 @@
+Desktop Environment independent archiver front end. All common archive
+formats are supported, deb and RPM packages are handled without their package
+managers being installed. Xarchiver only depends on the GTK+ libraries and
+utilizes various (un)compressor/(un)archiver command line programs at runtime.
+Installation of xdg-utils is optional but installing it will allow Xarchiver
+to support opening more file types directly from inside an archive.
Index: pkgsrc/archivers/xarchiver/Makefile
diff -u /dev/null pkgsrc/archivers/xarchiver/Makefile:1.1
--- /dev/null Sun Jun 13 08:15:51 2021
+++ pkgsrc/archivers/xarchiver/Makefile Sun Jun 13 08:15:50 2021
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2021/06/13 08:15:50 nia Exp $
+
+DISTNAME= xarchiver-0.5.4.17
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ib/}
+GITHUB_PROJECT= xarchiver
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ib/xarchiver
+COMMENT= GTK+ frontend to various command line archivers
+LICENSE= gnu-gpl-v2
+
+CONFLICTS+= xfce4-xarchiver-[0-9]*
+SUPERSEDES+= xfce4-xarchiver-[0-9]*
+PREV_PKGPATH= sysutils/xfce4-xarchiver
+
+USE_TOOLS+= pkg-config perl gmake ggrep
+USE_TOOLS+= intltool msgfmt msgmerge xgettext
+GNU_CONFIGURE= yes
+
+TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/xarchiver/PLIST
diff -u /dev/null pkgsrc/archivers/xarchiver/PLIST:1.1
--- /dev/null Sun Jun 13 08:15:51 2021
+++ pkgsrc/archivers/xarchiver/PLIST Sun Jun 13 08:15:50 2021
@@ -0,0 +1,95 @@
+@comment $NetBSD: PLIST,v 1.1 2021/06/13 08:15:50 nia Exp $
+bin/xarchiver
+libexec/thunar-archive-plugin/xarchiver.tap
+man/man1/xarchiver.1
+share/applications/xarchiver.desktop
+share/doc/xarchiver/COPYING
+share/doc/xarchiver/ChangeLog
+share/doc/xarchiver/README
+share/doc/xarchiver/ch01.html
+share/doc/xarchiver/ch01s01.html
+share/doc/xarchiver/ch01s02.html
+share/doc/xarchiver/ch01s03.html
+share/doc/xarchiver/ch02.html
+share/doc/xarchiver/ch02s01.html
+share/doc/xarchiver/ch02s02.html
+share/doc/xarchiver/ch03.html
+share/doc/xarchiver/ch03s01.html
+share/doc/xarchiver/ch03s02.html
+share/doc/xarchiver/ch03s03.html
+share/doc/xarchiver/ch03s04.html
+share/doc/xarchiver/ch04.html
+share/doc/xarchiver/ch04s01.html
+share/doc/xarchiver/ch04s02.html
+share/doc/xarchiver/ch04s03.html
+share/doc/xarchiver/ch04s04.html
+share/doc/xarchiver/ch04s05.html
+share/doc/xarchiver/ch04s06.html
+share/doc/xarchiver/images/add_dialog.png
+share/doc/xarchiver/images/archive_comment_dialog.png
+share/doc/xarchiver/images/archive_properties.png
+share/doc/xarchiver/images/extract_dialog.png
+share/doc/xarchiver/images/multi_extract_dialog.png
+share/doc/xarchiver/images/new_dialog.png
+share/doc/xarchiver/images/password_dialog.png
+share/doc/xarchiver/images/pref_dialog.png
+share/doc/xarchiver/index.html
+share/doc/xarchiver/xarchiver.css
+share/icons/hicolor/16x16/apps/xarchiver.png
+share/icons/hicolor/24x24/apps/xarchiver.png
+share/icons/hicolor/48x48/apps/xarchiver.png
+share/icons/hicolor/scalable/apps/xarchiver.svg
+share/locale/ar/LC_MESSAGES/xarchiver.mo
+share/locale/ast/LC_MESSAGES/xarchiver.mo
+share/locale/bg/LC_MESSAGES/xarchiver.mo
+share/locale/ca/LC_MESSAGES/xarchiver.mo
+share/locale/cs/LC_MESSAGES/xarchiver.mo
+share/locale/da/LC_MESSAGES/xarchiver.mo
+share/locale/de/LC_MESSAGES/xarchiver.mo
+share/locale/dz/LC_MESSAGES/xarchiver.mo
+share/locale/el/LC_MESSAGES/xarchiver.mo
+share/locale/en_GB/LC_MESSAGES/xarchiver.mo
+share/locale/es/LC_MESSAGES/xarchiver.mo
+share/locale/eu/LC_MESSAGES/xarchiver.mo
+share/locale/fi/LC_MESSAGES/xarchiver.mo
+share/locale/fr/LC_MESSAGES/xarchiver.mo
+share/locale/gl/LC_MESSAGES/xarchiver.mo
+share/locale/he/LC_MESSAGES/xarchiver.mo
+share/locale/hr/LC_MESSAGES/xarchiver.mo
+share/locale/hu/LC_MESSAGES/xarchiver.mo
+share/locale/id/LC_MESSAGES/xarchiver.mo
+share/locale/it/LC_MESSAGES/xarchiver.mo
+share/locale/ja/LC_MESSAGES/xarchiver.mo
+share/locale/kk/LC_MESSAGES/xarchiver.mo
+share/locale/ku/LC_MESSAGES/xarchiver.mo
+share/locale/lt/LC_MESSAGES/xarchiver.mo
+share/locale/lv/LC_MESSAGES/xarchiver.mo
+share/locale/ms/LC_MESSAGES/xarchiver.mo
+share/locale/nb/LC_MESSAGES/xarchiver.mo
+share/locale/nl/LC_MESSAGES/xarchiver.mo
+share/locale/pa/LC_MESSAGES/xarchiver.mo
+share/locale/pl/LC_MESSAGES/xarchiver.mo
+share/locale/pt_BR/LC_MESSAGES/xarchiver.mo
+share/locale/pt_PT/LC_MESSAGES/xarchiver.mo
+share/locale/ro/LC_MESSAGES/xarchiver.mo
+share/locale/ru/LC_MESSAGES/xarchiver.mo
+share/locale/si/LC_MESSAGES/xarchiver.mo
+share/locale/sk/LC_MESSAGES/xarchiver.mo
+share/locale/sq/LC_MESSAGES/xarchiver.mo
+share/locale/sr/LC_MESSAGES/xarchiver.mo
+share/locale/sv/LC_MESSAGES/xarchiver.mo
+share/locale/te/LC_MESSAGES/xarchiver.mo
+share/locale/th/LC_MESSAGES/xarchiver.mo
+share/locale/tr/LC_MESSAGES/xarchiver.mo
+share/locale/ug/LC_MESSAGES/xarchiver.mo
+share/locale/uk/LC_MESSAGES/xarchiver.mo
+share/locale/ur/LC_MESSAGES/xarchiver.mo
+share/locale/vi/LC_MESSAGES/xarchiver.mo
+share/locale/zh_CN/LC_MESSAGES/xarchiver.mo
+share/locale/zh_TW/LC_MESSAGES/xarchiver.mo
+share/pixmaps/xarchiver/xarchiver-add.png
+share/pixmaps/xarchiver/xarchiver-close.png
+share/pixmaps/xarchiver/xarchiver-extract.png
+share/pixmaps/xarchiver/xarchiver-green.png
+share/pixmaps/xarchiver/xarchiver-html.png
+share/pixmaps/xarchiver/xarchiver-red.png
Index: pkgsrc/archivers/xarchiver/distinfo
diff -u /dev/null pkgsrc/archivers/xarchiver/distinfo:1.1
--- /dev/null Sun Jun 13 08:15:51 2021
+++ pkgsrc/archivers/xarchiver/distinfo Sun Jun 13 08:15:50 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/06/13 08:15:50 nia Exp $
+
+SHA1 (xarchiver-0.5.4.17.tar.gz) = e7576d43d44cbb8dcede71aa1d39f5c319f1134c
+RMD160 (xarchiver-0.5.4.17.tar.gz) = 3dc12f6291511587f2cf053bf76f526ca0575b6b
+SHA512 (xarchiver-0.5.4.17.tar.gz) = 5b19fd0fb90f99aee0ac2576bc4efce9ef4eef9119fc118815f6d925e3877c0895475fbdf7363d8adfb6371fb7fd73299ea3a7cb3b6d9fff19c89d1d287d3a84
+Size (xarchiver-0.5.4.17.tar.gz) = 1077111 bytes
Home |
Main Index |
Thread Index |
Old Index