aboutsummaryrefslogtreecommitdiffstats
path: root/community/sddm
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-20 08:33:25 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-20 08:38:31 +0100
commitdf7dbc93e4872626f140ee2d61dcb3521c9760a9 (patch)
tree44dfc8ec7cef5f3fc54a2d56250deca8f7fa7efa /community/sddm
parentc1bbfe4a403968224f622052fa2af47daf4401e1 (diff)
downloadaports-df7dbc93e4872626f140ee2d61dcb3521c9760a9.tar.bz2
aports-df7dbc93e4872626f140ee2d61dcb3521c9760a9.tar.xz
community/sddm: remove workaround for py3-docutils
Diffstat (limited to 'community/sddm')
-rw-r--r--community/sddm/APKBUILD4
-rw-r--r--community/sddm/rst2man-3.patch10
2 files changed, 1 insertions, 13 deletions
diff --git a/community/sddm/APKBUILD b/community/sddm/APKBUILD
index 1244a31abd..1a5d6694ee 100644
--- a/community/sddm/APKBUILD
+++ b/community/sddm/APKBUILD
@@ -19,7 +19,6 @@ pkggroups="sddm"
source="$pkgname-$pkgver.tar.gz::https://github.com/sddm/$pkgname/archive/v$pkgver.tar.gz
pam-path-fix.patch
sddm.initd
- rst2man-3.patch
"
build() {
@@ -47,5 +46,4 @@ package() {
sha512sums="18d5b9ee5e4d022ac86e10cde1c70c5475aeaff86d41d8b9897bc26953f5b6d042a7fef1d6e727865ebeb003a730455656765ba53350a665891113afd4dfa7d8 sddm-0.18.1.tar.gz
f0b4eb7ef0581701157f9decc637629156f36f6711b9a4bae517f94d7a1df614c81bbd891c918f07ac50e2a3d1519c43ccb9eefd80282c95dd79eca0e8d90904 pam-path-fix.patch
-9a72f97d3de5d66ede593263e35e4030a2720371782c7767f444b1bbae3c1a358b349cb43be389814713b92d8b27174293bbdbd5b1d1c837abef1b6a6d082f98 sddm.initd
-b5f0b528c70bdc79e031d9f3671034ed0292606e3e7d9da70991b6b34e35d7bca4a14a87b8d038ce2d0080e430dd3312d58d954e6ffbc7d517c74bcf26d8e769 rst2man-3.patch"
+9a72f97d3de5d66ede593263e35e4030a2720371782c7767f444b1bbae3c1a358b349cb43be389814713b92d8b27174293bbdbd5b1d1c837abef1b6a6d082f98 sddm.initd"
diff --git a/community/sddm/rst2man-3.patch b/community/sddm/rst2man-3.patch
deleted file mode 100644
index a54f13b874..0000000000
--- a/community/sddm/rst2man-3.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/data/man/CMakeLists.txt b/data/man/CMakeLists.txt
-index 1d84ec2..7fee115 100644
---- a/data/man/CMakeLists.txt
-+++ b/data/man/CMakeLists.txt
-@@ -1,4 +1,4 @@
--find_program(RST2MAN_EXECUTABLE NAMES rst2man rst2man.py rst2man2 rst2man2.py)
-+find_program(RST2MAN_EXECUTABLE NAMES rst2man rst2man.py rst2man2 rst2man2.py rst2man-3)
- if(NOT RST2MAN_EXECUTABLE)
- message(FATAL "rst2man (python-docutils) is required to build man pages")
- endif()