Skip to content

Commit

Permalink
*/*: rebuild stuff that depended on zlib-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Jun 26, 2024
1 parent ff1a8fd commit a19cd0c
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion contrib/assimp/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "assimp"
pkgver = "5.4.1"
pkgrel = 0
pkgrel = 1
build_style = "cmake"
configure_args = [
"-DASSIMP_BUILD_ASSIMP_TOOLS=ON",
Expand Down
2 changes: 1 addition & 1 deletion contrib/kpublictransport/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "kpublictransport"
pkgver = "24.05.1"
pkgrel = 0
pkgrel = 1
build_style = "cmake"
hostmakedepends = [
"cmake",
Expand Down
2 changes: 1 addition & 1 deletion contrib/librevenge/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "librevenge"
pkgver = "0.0.5"
pkgrel = 3
pkgrel = 4
build_style = "gnu_configure"
configure_args = ["--disable-werror", "--disable-static"]
make_cmd = "gmake"
Expand Down
2 changes: 1 addition & 1 deletion contrib/qt6-qtbase/template.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# keep pkgver AND pkgrel in sync with qt6-qtwayland
pkgname = "qt6-qtbase"
pkgver = "6.7.2"
pkgrel = 0
pkgrel = 1
build_style = "cmake"
configure_args = [
"-DBUILD_WITH_PCH=OFF",
Expand Down
2 changes: 1 addition & 1 deletion contrib/qt6-qtwayland/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "qt6-qtwayland"
pkgver = "6.7.2"
pkgrel = 0
pkgrel = 1
build_style = "cmake"
configure_args = ["-DQT_BUILD_TESTS=ON"]
make_check_args = ["-E", "(tst_seatv4|tst_client|tst_scaling|tst_compositor)"]
Expand Down
2 changes: 1 addition & 1 deletion contrib/xbps/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "xbps"
pkgver = "0.59.2"
pkgrel = 0
pkgrel = 1
build_style = "configure"
configure_args = [
"--prefix=/usr",
Expand Down
2 changes: 1 addition & 1 deletion main/base-kernel/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "base-kernel"
pkgver = "0.1"
pkgrel = 11
pkgrel = 12
depends = [
"kmod",
"procps",
Expand Down
2 changes: 1 addition & 1 deletion main/boost/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "boost"
pkgver = "1.85.0"
pkgrel = 1
pkgrel = 2
hostmakedepends = ["pkgconf"]
makedepends = [
"bzip2-devel",
Expand Down
2 changes: 1 addition & 1 deletion main/cups/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "cups"
pkgver = "2.4.10"
pkgrel = 0
pkgrel = 1
build_style = "gnu_configure"
configure_args = [
"--enable-relro",
Expand Down
2 changes: 1 addition & 1 deletion main/curl/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "curl"
pkgver = "8.8.0"
pkgrel = 1
pkgrel = 2
build_style = "gnu_configure"
configure_args = [
"--disable-optimize",
Expand Down
2 changes: 1 addition & 1 deletion main/file/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "file"
pkgver = "5.45"
pkgrel = 0
pkgrel = 1
build_style = "gnu_configure"
configure_args = [
"--enable-static",
Expand Down
2 changes: 1 addition & 1 deletion main/imagemagick/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "imagemagick"
pkgver = "7.1.1.34"
pkgrel = 0
pkgrel = 1
build_style = "gnu_configure"
configure_args = [
"--disable-static",
Expand Down
2 changes: 1 addition & 1 deletion main/kmod/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "kmod"
pkgver = "32"
pkgrel = 2
pkgrel = 3
build_style = "gnu_configure"
configure_args = [
"--with-zlib",
Expand Down
2 changes: 1 addition & 1 deletion main/libarchive/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "libarchive"
pkgver = "3.7.4"
pkgrel = 1
pkgrel = 2
build_style = "gnu_configure"
configure_args = [
"--enable-acl",
Expand Down
2 changes: 1 addition & 1 deletion main/libtiff/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "libtiff"
pkgver = "4.6.0"
pkgrel = 0
pkgrel = 1
build_style = "gnu_configure"
configure_args = ["--enable-cxx", "--without-x"]
make_cmd = "gmake"
Expand Down
2 changes: 1 addition & 1 deletion main/pcre2/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "pcre2"
pkgver = "10.44"
pkgrel = 0
pkgrel = 1
build_style = "gnu_configure"
configure_args = [
"--with-pic",
Expand Down
2 changes: 1 addition & 1 deletion main/raptor/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "raptor"
pkgver = "2.0.16"
pkgrel = 3
pkgrel = 4
build_style = "gnu_configure"
configure_args = ["--with-yajl=no"]
make_check_args = ["-j1"] # racey tests
Expand Down
2 changes: 1 addition & 1 deletion main/rtmpdump/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "rtmpdump"
pkgver = "2.4.20210219"
pkgrel = 1
pkgrel = 2
build_style = "makefile"
make_build_args = ["CRYPTO=OPENSSL"]
make_install_args = ["prefix=/usr", "sbindir=/usr/bin", "mandir=/usr/share/man"]
Expand Down
2 changes: 1 addition & 1 deletion main/taglib/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "taglib"
pkgver = "2.0.1"
pkgrel = 0
pkgrel = 1
build_style = "cmake"
configure_args = [
"-DBUILD_SHARED_LIBS=ON",
Expand Down

0 comments on commit a19cd0c

Please sign in to comment.