From dba1c48a4357336a637549eb87cd36af90709cb2 Mon Sep 17 00:00:00 2001 From: KawaiiAmber Date: Sat, 12 Dec 2020 12:10:54 -0700 Subject: [PATCH 1/2] Add tspreed --- srcpkgs/tspreed/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/tspreed/template diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template new file mode 100644 index 00000000000..3a75220864a --- /dev/null +++ b/srcpkgs/tspreed/template @@ -0,0 +1,16 @@ +# Template file for 'teespreed' +pkgname=tspreed +version=1.2.1 +revision=1 +build_style=gnu-configure +short_desc="terminal RSVP speed reader with Spritz-like functionality" +maintainer="KawaiiAmber " +license="GPL-3.0-or-later" +homepage="https://github.com/n-ivkovic/tspreed" +distfiles="https://github.com/n-ivkovic/tspreed/archive/v${version}.tar.gz" +checksum="a192e9b32b91c20a904914c07b171c60957da1a7674a3710975fed8593ec2dc8" + +do_install() { + vlicense LICENSE + vbin tspreed +} From b127dd90ebac98e6a68bf6eef2895451d1f789c6 Mon Sep 17 00:00:00 2001 From: KawaiiAmber Date: Sat, 12 Dec 2020 13:25:39 -0700 Subject: [PATCH 2/2] New package: tspreed-1.2.1 --- srcpkgs/amfora/template | 8 +++++++- srcpkgs/polybar/template | 7 +++---- srcpkgs/tspreed/template | 3 +-- srcpkgs/vapoursynth/template | 12 ++++++------ 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/srcpkgs/amfora/template b/srcpkgs/amfora/template index f44c714be21..71563985278 100644 --- a/srcpkgs/amfora/template +++ b/srcpkgs/amfora/template @@ -1,12 +1,18 @@ # Template file for 'amfora' pkgname=amfora version=1.6.0 -revision=1 +revision=2 build_style=go go_import_path="github.com/makeworld-the-better-one/${pkgname}" short_desc="Fancy terminal browser for the Gemini protocol" maintainer="Stacy Harper " license="GPL-3.0-only" homepage="https://github.com/makeworld-the-better-one/amfora" +changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md" distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz" checksum=a02b070679718953a4184ef2b7fbeccfcdf9bf227ca1efab34ee0d7fa21e9bd9 + +post_install() { + vinstall amfora.desktop 644 usr/share/applications/ + vsconf default-config.toml +} diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template index 77ef6866329..0854ced0eb0 100644 --- a/srcpkgs/polybar/template +++ b/srcpkgs/polybar/template @@ -1,8 +1,7 @@ # Template file for 'polybar' pkgname=polybar -version=3.5.0 +version=3.5.1 revision=1 -wrksrc="$pkgname" build_style=cmake configure_args=" -DENABLE_ALSA=$(vopt_if alsa ON OFF) @@ -25,8 +24,8 @@ short_desc="Fast and easy-to-use status bar" maintainer="Michael Carlberg " license="MIT" homepage="https://github.com/jaagr/polybar" -distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar" -checksum=e8c1798c195854852fc7c99703287294123381101b371f171d4aa540aeb17afd +distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz" +checksum=d342fdb1d37a475f3460e00e82445a3f7be812961fec6e455b33277af3cda719 build_options="alsa curl i3 mpd network pulseaudio" build_options_default="$build_options" diff --git a/srcpkgs/tspreed/template b/srcpkgs/tspreed/template index 3a75220864a..f0022227b4d 100644 --- a/srcpkgs/tspreed/template +++ b/srcpkgs/tspreed/template @@ -2,8 +2,7 @@ pkgname=tspreed version=1.2.1 revision=1 -build_style=gnu-configure -short_desc="terminal RSVP speed reader with Spritz-like functionality" +short_desc="Terminal RSVP speed reader with Spritz-like functionality" maintainer="KawaiiAmber " license="GPL-3.0-or-later" homepage="https://github.com/n-ivkovic/tspreed" diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template index a19190ab8e2..da9181e67ce 100644 --- a/srcpkgs/vapoursynth/template +++ b/srcpkgs/vapoursynth/template @@ -1,18 +1,18 @@ # Template file for 'vapoursynth' pkgname=vapoursynth -version=R50 -revision=3 +version=R52 +revision=1 build_style=gnu-configure -hostmakedepends="automake pkg-config libtool nasm python3-Cython" -makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel +hostmakedepends="automake libtool nasm pkg-config python3-Cython" +makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel libxml2-devel" short_desc="Application for video manipulation" maintainer="lemmi " license="LGPL-2.1-or-later, OFL-1.1" homepage="http://www.vapoursynth.com" changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog" -distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz" -checksum=b9dc7ce904c6a3432df7491b7052bc4cf09ccf1e7a703053f8079a2267522f97 +distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz" +checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac pre_configure() { ./autogen.sh