Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Apr 25, 2023
1 parent 30136b8 commit dd0c8fb
Show file tree
Hide file tree
Showing 1,509 changed files with 5,124 additions and 66,235 deletions.
3 changes: 1 addition & 2 deletions archivers/peazip/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= peazip
PORTVERSION= 9.1.0
PORTREVISION= 2
PORTVERSION= 9.2.0
CATEGORIES= archivers
MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
Expand Down
6 changes: 3 additions & 3 deletions archivers/peazip/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1677710017
SHA256 (peazip-9.1.0.src.zip) = 05273316cf0419aa3b980ec0d27275a6aae94dd7e647688879dd0946422f23dd
SIZE (peazip-9.1.0.src.zip) = 5067749
TIMESTAMP = 1682361478
SHA256 (peazip-9.2.0.src.zip) = aef70b1e713469b379adaa4e8158521612771ebda41e39dbd5fcfb1349effa04
SIZE (peazip-9.2.0.src.zip) = 5126803
6 changes: 6 additions & 0 deletions archivers/peazip/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
bin/pea
bin/peazip
share/applications/peazip-add-to-archive.desktop
share/applications/peazip-convert.desktop
share/applications/peazip-extract-here.desktop
share/applications/peazip-extract-smart.desktop
share/applications/peazip-extract.desktop
share/applications/peazip-open.desktop
share/applications/peazip.desktop
share/icons/hicolor/256x256/apps/peazip.png
share/icons/hicolor/256x256/apps/peazip_add.png
share/icons/hicolor/256x256/apps/peazip_convert.png
share/icons/hicolor/256x256/apps/peazip_extract.png
%%DATADIR%%/peazip
%%DATADIR%%/res/altconf.txt
Expand All @@ -18,12 +20,15 @@ share/icons/hicolor/256x256/apps/peazip_extract.png
%%DATADIR%%/res/pea
%%DATADIR%%/res/share/icons/PeaZip.ico
%%DATADIR%%/res/share/icons/PeaZip_7z.ico
%%DATADIR%%/res/share/icons/PeaZip_7z_alt.ico
%%DATADIR%%/res/share/icons/PeaZip_app.ico
%%DATADIR%%/res/share/icons/PeaZip_block.ico
%%DATADIR%%/res/share/icons/PeaZip_cd.ico
%%DATADIR%%/res/share/icons/PeaZip_package.ico
%%DATADIR%%/res/share/icons/PeaZip_rar.ico
%%DATADIR%%/res/share/icons/PeaZip_rar_alt.ico
%%DATADIR%%/res/share/icons/PeaZip_zip.ico
%%DATADIR%%/res/share/icons/PeaZip_zip_alt.ico
%%DATADIR%%/res/share/icons/peazip.png
%%DATADIR%%/res/share/icons/peazip_7z.png
%%DATADIR%%/res/share/icons/peazip_add.png
Expand Down Expand Up @@ -57,6 +62,7 @@ share/icons/hicolor/256x256/apps/peazip_extract.png
%%DATADIR%%/res/share/lang/eu.txt
%%DATADIR%%/res/share/lang/fi.txt
%%DATADIR%%/res/share/lang/fr.txt
%%DATADIR%%/res/share/lang/fr_alt.txt
%%DATADIR%%/res/share/lang/gl.txt
%%DATADIR%%/res/share/lang/gr.txt
%%DATADIR%%/res/share/lang/he-prototype.txt
Expand Down
9 changes: 2 additions & 7 deletions audio/amberol/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= amberol
DISTVERSION= 0.9.2
PORTREVISION= 6
DISTVERSION= 0.10.0
CATEGORIES= audio

MAINTAINER= [email protected]
Expand All @@ -24,18 +23,14 @@ USE_GNOME= gdkpixbuf2 gtk40 libadwaita
USE_GSTREAMER= bad good libav
GL_SITE= https://gitlab.gnome.org
GL_ACCOUNT= World
GL_COMMIT= c23ec2f11fa441c402b80f7a1733ac9aea65c81d
GL_COMMIT= ff8cab6f65a6147b9e65b1e2f0ca229898ee1906
MAKE_ENV= ${CARGO_ENV}
CARGO_BUILD= no
CARGO_INSTALL= no
CARGO_TEST= no
GLIB_SCHEMAS= io.bassi.Amberol.gschema.xml

post-patch:
# Allow running from background via xdg-desktop-portal
@${REINPLACE_CMD} -e 's/linux/${OPSYS:tl}/' \
${WRKSRC}/src/window.rs \
${WRKSRC}/Cargo.toml
# Make each cargo subcommand very verbose
# Add explicit <triple> subdir for --target from USES=cargo
@${REINPLACE_CMD} -e "/cargo_options =/s/ '--/&verbose', &verbose', &/" \
Expand Down
Loading

0 comments on commit dd0c8fb

Please sign in to comment.