Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -1082,9 +1082,9 @@ libxar.so.1 xar-1.6.1_9
libmikmod.so.3 libmikmod-3.1.12_1
libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
libxdot.so.4 graphviz-libs-2.28.0_6
libxdot.so.5 graphviz-libs-16.0.0_1
libgvpr.so.2 graphviz-libs-2.28.0_6
libcgraph.so.8 graphviz-libs-14.0.0_1
libcgraph.so.10 graphviz-libs-16.0.0_1
libgvc.so.7 graphviz-libs-13.0.0_1
libcdt.so.6 graphviz-libs-13.0.0_1
libpathplan.so.4 graphviz-libs-2.28.0_6
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/ImageMagick/template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pkgname=ImageMagick
# Revbump php*-imagick with ImageMagick updates.
version=7.1.2.25
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-static --enable-opencl --with-modules --with-gslib
--with-rsvg --with-wmf --with-dejavu-font-dir=/usr/share/fonts/TTF --with-openexr
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cutter/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'cutter'
pkgname=cutter
version=2.3.4
revision=6
revision=7
build_style=cmake
configure_args="-DCUTTER_EXTRA_PLUGIN_DIRS=/usr/lib/rizin/cutter/plugins
-DCUTTER_ENABLE_PYTHON=ON -DCUTTER_ENABLE_PYTHON_BINDINGS=OFF
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/edb-debugger/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'edb-debugger'
pkgname=edb-debugger
version=1.4.0
revision=4
revision=5
archs="x86_64* i686*"
build_style=cmake
hostmakedepends='pkg-config'
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/graphviz/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'graphviz'
pkgname=graphviz
version=15.1.0
version=16.0.0
revision=1
build_style=gnu-configure
configure_args="--with-gts --with-ann=no PYTHON3=python3"
Expand All @@ -16,7 +16,7 @@ license="EPL-2.0"
homepage="https://www.graphviz.org"
changelog="https://gitlab.com/graphviz/graphviz/-/raw/main/CHANGELOG.md"
distfiles="https://gitlab.com/graphviz/graphviz/-/archive/${version}/graphviz-${version}.tar.gz"
checksum=cc673e3eb9013f40761590b2b071c0fb89ad5c5d694e25d4e1238c74df86c697
checksum=028f199ee3c77781360a600bac2e1fa56797011188772a2c8ea45be4ca7dde7b

# `make check` is broken:
# https://gitlab.com/graphviz/graphviz/-/issues/2112
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kgraphviewer/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kgraphviewer'
pkgname=kgraphviewer
version=2.5.0
revision=1
revision=2
build_style=cmake
configure_args="-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="extra-cmake-modules graphviz gettext pkg-config
Expand All @@ -15,7 +15,7 @@
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://apps.kde.org/kgraphviewer/"
distfiles="https://download.kde.org/stable/kgraphviewer/${version}/kgraphviewer-${version}.tar.xz"

Check failure on line 18 in srcpkgs/kgraphviewer/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

use $KDE_SITE
checksum=872bee63fb4df6f7fb2b4eaf02ff825cba3ca953ac02509a287fe5cd0f1e2b69

kgraphviewer-devel_package() {
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/valadoc/template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pkgname=valadoc
# Should be kept in sync with 'vala' (shared distfiles)
version=0.56.19
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-cgraph=yes GI_GIRDIR=/usr/share/gir-1.0"
hostmakedepends="flex libxslt pkg-config automake libtool vala"
Expand Down
Loading