Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blacklist/any/deepin/deepin-qt6integration1
-rw-r--r--blacklist/any/deepin/deepin-qt6platform-plugins1
-rw-r--r--blacklist/any/deepin/dtk6declarative1
-rw-r--r--blacklist/any/deepin/dtk6gui1
-rw-r--r--blacklist/any/deepin/dtk6widget1
-rw-r--r--core/icu74/PKGBUILD1
-rw-r--r--core/pacman-mirrorlist/PKGBUILD6
-rw-r--r--core/pacman-mirrorlist/mirrorlist5
-rw-r--r--extra/newsboat-og/PKGBUILD33
9 files changed, 13 insertions, 37 deletions
diff --git a/blacklist/any/deepin/deepin-qt6integration b/blacklist/any/deepin/deepin-qt6integration
new file mode 100644
index 00000000..d95ce350
--- /dev/null
+++ b/blacklist/any/deepin/deepin-qt6integration
@@ -0,0 +1 @@
+deepin fails to build/bootstrap for a long time now
diff --git a/blacklist/any/deepin/deepin-qt6platform-plugins b/blacklist/any/deepin/deepin-qt6platform-plugins
new file mode 100644
index 00000000..d95ce350
--- /dev/null
+++ b/blacklist/any/deepin/deepin-qt6platform-plugins
@@ -0,0 +1 @@
+deepin fails to build/bootstrap for a long time now
diff --git a/blacklist/any/deepin/dtk6declarative b/blacklist/any/deepin/dtk6declarative
new file mode 100644
index 00000000..d95ce350
--- /dev/null
+++ b/blacklist/any/deepin/dtk6declarative
@@ -0,0 +1 @@
+deepin fails to build/bootstrap for a long time now
diff --git a/blacklist/any/deepin/dtk6gui b/blacklist/any/deepin/dtk6gui
new file mode 100644
index 00000000..d95ce350
--- /dev/null
+++ b/blacklist/any/deepin/dtk6gui
@@ -0,0 +1 @@
+deepin fails to build/bootstrap for a long time now
diff --git a/blacklist/any/deepin/dtk6widget b/blacklist/any/deepin/dtk6widget
new file mode 100644
index 00000000..d95ce350
--- /dev/null
+++ b/blacklist/any/deepin/dtk6widget
@@ -0,0 +1 @@
+deepin fails to build/bootstrap for a long time now
diff --git a/core/icu74/PKGBUILD b/core/icu74/PKGBUILD
index a9cd0db2..f320d987 100644
--- a/core/icu74/PKGBUILD
+++ b/core/icu74/PKGBUILD
@@ -67,3 +67,4 @@ package() {
}
groups+=(build-shims)
+
diff --git a/core/pacman-mirrorlist/PKGBUILD b/core/pacman-mirrorlist/PKGBUILD
index f975282a..69d3b77e 100644
--- a/core/pacman-mirrorlist/PKGBUILD
+++ b/core/pacman-mirrorlist/PKGBUILD
@@ -1,4 +1,4 @@
# Maintainer: Erich Eckner <deep42thought@archlinux32.org>
-pkgver=20240126
-sha256sums=('53edbc00e2a6b15f992cff4f9efc9f78f15448b216bc8e8cf824524cc8a4c086')
-md5sums=('421f8faa20f1343d67421eb82df94904')
+pkgver=20240616
+sha256sums=('b03ce07a380d8a2c9048831b58932ece01de23b32da64549fe38f607b9a369ea')
+md5sums=('bf64410ce9050ef6e737d21a89e78c98')
diff --git a/core/pacman-mirrorlist/mirrorlist b/core/pacman-mirrorlist/mirrorlist
index 8d7b3890..8602753b 100644
--- a/core/pacman-mirrorlist/mirrorlist
+++ b/core/pacman-mirrorlist/mirrorlist
@@ -1,8 +1,11 @@
##
## Arch Linux repository mirrorlist for i686
-## Generated on 2024-01-26
+## Generated on 2024-06-16
##
+## Canada
+#Server = https://mirror.qctronics.com/arch32/$arch/$repo
+
## Belarus
#Server = http://mirror.datacenter.by/pub/archlinux32/$arch/$repo
#Server = https://mirror.datacenter.by/pub/archlinux32/$arch/$repo
diff --git a/extra/newsboat-og/PKGBUILD b/extra/newsboat-og/PKGBUILD
deleted file mode 100644
index 418d97e1..00000000
--- a/extra/newsboat-og/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
-
-pkgname=newsboat-og
-pkgver=2.13.1
-pkgrel=2
-pkgdesc="An RSS/Atom feed reader for text terminals (old gen)"
-arch=('x86_64' 'i486' 'i686' 'pentium4')
-url="https://newsboat.org/"
-license=('MIT')
-depends=('curl' 'hicolor-icon-theme' 'json-c' 'libxml2' 'sqlite' 'stfl')
-makedepends=('asciidoc')
-optdepends=('perl: for pinboard.pl'
- 'python: for exportOPMLWithTags.py'
- 'ruby: for feedgrabber.rb, heise.rb, and slashdot.rb')
-replaces=('newsbeuter')
-conflicts=('newsboat')
-options=('!makeflags')
-source=("https://github.com/andreasbaumann/$pkgname/archive/r$pkgver.tar.gz")
-sha256sums=('074228c0597f20ac72aff0b99685e5af4b28b428adafbbd8a1f207a156eb63c9')
-
-build() {
- cd $pkgname-r$pkgver
-
- make prefix=/usr
- make doc
-}
-
-package() {
- cd $pkgname-r$pkgver
-
- make prefix=/usr DESTDIR="$pkgdir" install
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}