From wael at waelk.tech Thu Apr 6 16:21:24 2023 From: wael at waelk.tech (Wael Karram) Date: Thu, 06 Apr 2023 19:21:24 +0300 Subject: [Dev] [Packaging Request][IWD][GTK] iwdgtk frontend Message-ID: Hello, This is a packaging request for the iwdgtk frontend for IWD. I've checked the package through libremakepkg and tested on my system. -- Kind Regards, Wael Karram. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: This is a digitally signed message part URL: From pagure at pagure.io Mon Apr 10 20:10:37 2023 From: pagure at pagure.io (=?utf-8?q?Grizzly_User?=) Date: Mon, 10 Apr 2023 20:10:37 +0000 (GMT) Subject: [Dev] =?utf-8?b?W2Fic2xpYnJlXSBQUiAjNzE6IFtpY2V3ZWFzZWxdIDExMi4w?= =?utf-8?q?=2C_update_according_to_upstream_changes?= Message-ID: grizzlyuser opened a new pull-request against the project: `abslibre` that you are following: `` [iceweasel] 112.0, update according to upstream changes `` To reply, visit the link below or just reply to this email https://pagure.io/abslibre/pull-request/71 From nobody at parabola.nu Wed Apr 12 00:08:26 2023 From: nobody at parabola.nu (Parabola Website Notification) Date: Wed, 12 Apr 2023 00:08:26 -0000 Subject: [Dev] Orphan Libre package [iceweasel] marked out-of-date Message-ID: <20230412000826.2851825.16473@winston.parabola.nu> eliotreyna at disroot.org wants to notify you that the following packages may be out-of-date: * iceweasel 1:111.0.1-1.parabola1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/iceweasel/ The user provided the following additional text: Firefox source code has been updated to the version 112. The main changes are: 1.- Right-clicking in password fileds in forms now unveils the password. 2.- In tab list, the tabs can be closed with the middle-click. 3.- The U2F Javascript API is now disabled. For more relevant changes, please follow the link below: https://www.mozilla.org/en-US/firefox/112.0/releasenotes/ Thanks. From nobody at parabola.nu Mon Apr 17 23:42:57 2023 From: nobody at parabola.nu (Parabola Website Notification) Date: Mon, 17 Apr 2023 23:42:57 -0000 Subject: [Dev] Orphan Libre package [iceweasel] marked out-of-date Message-ID: <20230417234257.2851828.39587@winston.parabola.nu> eliotreyna at disroot.org wants to notify you that the following packages may be out-of-date: * iceweasel 1:112.0-1.parabola1 [libre] (armv7h): https://parabolagnulinux.org/packages/libre/armv7h/iceweasel/ * iceweasel 1:112.0-1.parabola1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/iceweasel/ The user provided the following additional text: Firefox source code has been updated to the version 112.0.1. The following bugfix is related to the cookie dates, causing unintentional cookie bugs. For more info, please follow the link below: https://www.mozilla.org/en-US/firefox/112.0.1/releasenotes/ Thanks. From wael at waelk.tech Sat Apr 22 09:40:49 2023 From: wael at waelk.tech (Wael Karram) Date: Sat, 22 Apr 2023 12:40:49 +0300 Subject: [Dev] [Packaging Request] GNU units Message-ID: <26787f327e16a8b98932b95ba43337613a112dd6.camel@waelk.tech> Hello, It seems as though upstream arch has dropped the GNU units package, and arch32 is on the way to do so too. I've repackaged it from the PKGBUILD available on the AUR. Attached to this email are the required files, tested with libremakepkg. -- Kind Regards, Wael Karram. -------------- next part -------------- # Maintainer (AUR): tarball # Contributor (AUR): Kyle Keen # Contributor (AUR): Sergej Pupykin # Contributor (AUR): Jeff Mickey # Contributor (AUR): Steve Sansom # Maintainer (Parabola): Wael Karram # Parabola Changes and Rationale: # Add i686 and armv7h targets. pkgname=units pkgver=2.22 pkgrel=2 pkgdesc="converts between different units" arch=('x86_64') arch+=('i686' 'armv7h') url="https://www.gnu.org/software/units/units.html" depends=('readline') optdepends=('python-unidecode: for live currency rates' 'python-requests: for live currency rates') makedepends=('python-unidecode' 'python-requests') license=("GPL") options=('!makeflags') validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49') source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig} 'units_currency.timer' 'units_currency.service') sha256sums=('5d13e1207721fe7726d906ba1d92dc0eddaa9fc26759ed22e3b8d1a793125848' 'SKIP' 'c1cb48a6157c850a0b7ecbf4387b82820d6e42f4a2c7ff0eb9de293bad6b128f' '52e8cd68110e797e3ee3737f06200505225039b18f3f9b87ae38b6c539c9ccb2') build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr --datadir=/usr/share --sharedstatedir=/var/lib # /usr/bin/pager seems to be a Debian-ism; it is not provided by any of the # packages shipped with Arch Linux. Replace it with less, which, according to # pkgstats, is shipped on 100% of Arch systems, and will make the 'help' # function work correctly on systems with an empty $PAGER env var. sed -i 's|DEFAULTPAGER "/usr/bin/pager"|DEFAULTPAGER "/usr/bin/less"|' units.c make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install rm "$pkgdir/usr/share/units/currency.units" ln -s /var/lib/units/currency.units "$pkgdir/usr/share/units/currency.units" install -Dm644 ../units_currency.timer "$pkgdir/usr/lib/systemd/system/units_currency.timer" install -Dm644 ../units_currency.service "$pkgdir/usr/lib/systemd/system/units_currency.service" } -------------- next part -------------- A non-text attachment was scrubbed... Name: units_currency.service Type: text/x-systemd-unit Size: 165 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: units_currency.timer Type: text/x-systemd-unit Size: 154 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: This is a digitally signed message part URL: From nobody at parabola.nu Sun Apr 23 14:57:06 2023 From: nobody at parabola.nu (Parabola Website Notification) Date: Sun, 23 Apr 2023 14:57:06 -0000 Subject: [Dev] Orphan nonsystemd package [libnm] marked out-of-date Message-ID: <20230423145706.2851825.5951@winston.parabola.nu> kwopleq at proton.me wants to notify you that the following packages may be out-of-date: The user provided the following additional text: Newer version of package is available in Artix's repository. Package nm-connection-editor doesn't work because this package is outdated From nobody at parabola.nu Wed Apr 26 01:32:09 2023 From: nobody at parabola.nu (Parabola Website Notification) Date: Wed, 26 Apr 2023 01:32:09 -0000 Subject: [Dev] Orphan Libre package [iceweasel] marked out-of-date Message-ID: <20230426013209.2851826.93202@winston.parabola.nu> eliotreyna at disroot.org wants to notify you that the following packages may be out-of-date: * iceweasel 1:112.0.1-1.parabola1 [libre] (armv7h): https://parabolagnulinux.org/packages/libre/armv7h/iceweasel/ * iceweasel 1:112.0.1-1.parabola1 [libre] (i686): https://parabolagnulinux.org/packages/libre/i686/iceweasel/ * iceweasel 1:112.0.1-1.parabola1 [libre] (x86_64): https://parabolagnulinux.org/packages/libre/x86_64/iceweasel/ The user provided the following additional text: Firefox source code has been updated to the version 102.0.2. The major changes are: -Fixed an issue that triggers a high memory usage in minimized (or covered) windows (even in animated themes). -Fixed a bug in bitmap fonts usage on Linux that doesn't allow to render correctly the font types. For more info, please follow the link below: https://www.mozilla.org/en-US/firefox/112.0.2/releasenotes/ Thanks. From parabola at koffeinfriedhof.de Thu Apr 27 09:19:19 2023 From: parabola at koffeinfriedhof.de (Daniel) Date: Thu, 27 Apr 2023 11:19:19 +0200 Subject: [Dev] parabola-install-wizard, german translation file updated patch Message-ID: <3737262.kQq0lBPeGt@desktop> Hi all! This is a git diff for https://git.parabola.nu/parabola-install-wizard.git adding german translation strings to it. I will update it as soon as I do a fresh installation using it to read all in context. Feel free to criticize me and make it better ;) Have a nice day! @bill-auger: I've only added the (C)-line. -------------- next part -------------- A non-text attachment was scrubbed... Name: parabola-install-wizard.translation_de Type: text/x-patch Size: 35321 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: This is a digitally signed message part. URL: From lukeshu at lukeshu.com Sat Apr 29 23:25:56 2023 From: lukeshu at lukeshu.com (Luke Shumaker) Date: Sat, 29 Apr 2023 17:25:56 -0600 Subject: [Dev] parabola-install-wizard, german translation file updated patch In-Reply-To: <3737262.kQq0lBPeGt@desktop> References: <3737262.kQq0lBPeGt@desktop> Message-ID: <87fs8ie0e3.wl-lukeshu@lukeshu.com> On Thu, 27 Apr 2023 03:19:19 -0600, Daniel wrote: > This is a git diff for https://git.parabola.nu/parabola-install-wizard.git ... > Feel free to criticize me and make it better ;) FYI, `git format-patch` and `git send-email` are handy commands for emailing around Git commits. -- Happy hacking, ~ Luke Shumaker