summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeia2021-12-04 09:39:00 +0100
committerLeia2021-12-04 09:39:00 +0100
commit79c6c5f0813c52311fbaecc497e0d25aa913d101 (patch)
treef47c6575605028deaca2f5707cfb33a5d34c6add
parentec72af69413be686683af4890eea501a50593ee0 (diff)
downloadaur-79c6c5f0813c52311fbaecc497e0d25aa913d101.tar.gz
Bump to 1.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--changelog56
3 files changed, 16 insertions, 58 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc3c84ec38e2..4c4a58e245da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = badwolf
pkgdesc = A minimalist and privacy-oriented WebKitGTK+ browser.
- pkgver = 1.2.0
- pkgrel = 4
+ pkgver = 1.2.2
+ pkgrel = 1
url = https://hacktivis.me/projects/badwolf
arch = i686
arch = x86_64
arch = armv7h
- license = custom
+ license = BSD
depends = webkit2gtk
- source = https://hacktivis.me/releases/badwolf-1.2.0.tar.gz
- sha512sums = ccf0eb25630438ba783ae7e6d30b0c516290966199bbe36f76b22f2091c3a2940676ee0fb0a5cf46a9cb258e7979084d6f34662f7252c1b37ec0cee7c9958fb0
+ source = https://hacktivis.me/releases/badwolf-1.2.2.tar.gz
+ sha512sums = 0f7bd28ab9bae51323082bad172914009ba979cc9f990a782f7f032ca65589284708ffcaa530f737ecd3d00b580000988b5d18fbb2643ce0df3bc001a58ef611
changelog = changelog
pkgname = badwolf
diff --git a/PKGBUILD b/PKGBUILD
index 20ebdda2cad1..77000ec5aa89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Leia <waste at mrtino dot eu>
pkgname=badwolf
-pkgver=1.2.0
-pkgrel=4
+pkgver=1.2.2
+pkgrel=1
pkgdesc="A minimalist and privacy-oriented WebKitGTK+ browser."
url="https://hacktivis.me/projects/badwolf"
arch=('i686' 'x86_64' 'armv7h')
-license=('custom')
+license=('BSD')
#makedepends=('clang') # if you want to use clang instead of gcc, decomment this line and change CC=gcc to CC=clang in the build section
depends=('webkit2gtk')
source=("https://hacktivis.me/releases/$pkgname-$pkgver.tar.gz")
-sha512sums=('ccf0eb25630438ba783ae7e6d30b0c516290966199bbe36f76b22f2091c3a2940676ee0fb0a5cf46a9cb258e7979084d6f34662f7252c1b37ec0cee7c9958fb0')
+sha512sums=('0f7bd28ab9bae51323082bad172914009ba979cc9f990a782f7f032ca65589284708ffcaa530f737ecd3d00b580000988b5d18fbb2643ce0df3bc001a58ef611')
changelog=changelog
build() {
diff --git a/changelog b/changelog
index b4060bbf01fe..b86c05e0a1b3 100644
--- a/changelog
+++ b/changelog
@@ -1,54 +1,12 @@
-Badwolf 1.2.0 release! — 2021-10-02
+Badwolf 1.2.2 release! - 2021-11-21
-Highlights
-==========
-
-Additions
----------
-- Middle clicking on a tab now closes it
-- Translations: Vietnamese
-
-Changes
--------
-- This release introduces a ./configure script, it isn't autotools-like,
- it takes environment variables as configuration overrides and writes
- the results to config.mk
-- Drop usage of libsoup URI parser in favor of GLib's GUri
-
-Fixes
------
-- webkit2gtk-4.1 (WebKit GTK+3.0 port with libsoup3) compatibility
-- WebKitGTK 2.34.0+, requiring GApplication initialization
-- Manpage: Some tags were off, apparently leading to broken formatting
-- crashes: download stop icon, about dialog
+I just screwed the 1.2.1 release with forgetting to bump the version
+(and putting a wrong date in the notes).
+Gonna fix it for future releases via writing scripts to avoid another PEBKAC.
Commits
=======
-Haelwenn (lanodan) Monnier (19):
- downloads: Destroy stop_icon only in downloadCb_finished
- badwolf.1: Fix extension path
- about-dialog: Auto-switch, use gtk_window_close
- Makefile: Add EXTRA_CFLAGS
- badwolf.1: Add tip to list dictionairies in enchant
- Makefile: Force some cflags, bump _XOPEN_SOURCE to 700
- README.md: FreeNode → GeekNode
- badwolf.h: Add WEBKIT_CHECK_VERSION
- Change buildsystem to use a ./configure script
- Initialize a GApplication
- Switch from libsoup-2.4 to glib's GUri
- Hook and fixup Vietnamese translation
- badwolf.1: Fix problems seen with mandoc -Tlint
- Make: Add manpage linting
- badwolf.1: Add more details in the FILES section
- badwolf.1: Fix gtk-doc css-properties URL
- configure: Fix test case in is_ok
- Bump to 1.2.0
- Merge branch 'release-1.2' into missy for 1.2.0
-
-Ngô Ngọc Đức Huy (1):
- Add Vietnamese translation
-
-striker.sh (1):
- Close tab when releasing middle mouse click
-
+Haelwenn (lanodan) Monnier (2):
+ Bump to 1.2.2
+ Merge branch 'release-1.2' into missy for 1.2.2