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
12 changes: 7 additions & 5 deletions srcpkgs/khal/patches/01-remove-unecessary-dependcy.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 3e4bf23..0150b07 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -107,7 +107,6 @@
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
- 'sphinxcontrib.newsfeed',
@@ -103,7 +103,6 @@ extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
- "sphinxfeed",
]

# Add any paths that contain templates here, relative to this directory.
6 changes: 3 additions & 3 deletions srcpkgs/khal/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'khal'
pkgname=khal
version=0.13.0
revision=2
version=0.14.0
revision=1
build_style=python3-pep517
# The first two tests get the path to the configuration file wrong in an
# xbps-src chroot, the last one fails only sometimes for an unknown reason.
Expand All @@ -22,7 +22,7 @@ license="MIT"
homepage="http://lostpackets.de/khal/"
changelog="https://raw.githubusercontent.com/pimutils/khal/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
checksum=68fea8cd704e387e81b669c90322a8dafb4374f5876b07170c9c6e23415a3ee0
checksum=10df243204b7a898e0ff89617ed9fd604a73fa1b4d37aac77c4470ad7519e16c

if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
# Some locale-related failures.
Expand Down