ctucx.git: alpine-pkgs

My personal alpine-packages [deprecated in favor of nixos]

commit def201f05fcd96c72f3e7640f11de3bb1e9564c6
parent bb4cf11845363f7fd52d6fd7cc3469e47fd2bd57
Author: Linux User <leah@foo-nuc.localdomain>
Date: Mon, 16 Nov 2020 14:07:06 +0100

update pleroma
5 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/pleroma/APKBUILD b/pleroma/APKBUILD
@@ -44,5 +44,5 @@ package() {
 }
 
 sha512sums="06af4175bb1834e0901d4f6d23ef76d586c49429cad230aa8c0b7162dbca5c8e2794892792dca88b934f302dc9464f270aa6dee27854cfec61f788f972d0ec76  0001-PATCH-Separate-webfinger-domain-from-host-domain.patch
-6c5c07bb997c3c4012996c22936920bc57f99cde5fb45862fc38fbd45fc06bd85d081903bc0073699041d6f8ebaddbe2041e1f78f13e84ba1784cfda8d759b6c  initd.patch
+f7b624f2aaadc45e84486e94666a10ec590c7352a06187943d7ade913dbcd2096f5b0d90378eadd0e1255003711c0247596033cec42b1bd04e33e35c49950211  initd.patch
 776d1e1d929243aa0b3de2f2e149eb27e0c6fff2c891aac7aac98d4f3eaa1188e28deb5b71cccba0cc8d02dfc606cdf4bcd8783855838700753bfe6b8109bf23  pleroma.sample.exs"
diff --git a/pleroma/initd.patch b/pleroma/initd.patch
@@ -5,10 +5,10 @@
 
  # Requires OpenRC >= 0.35
 -directory=/opt/pleroma
-+directory=/usr/share/pleroma
++directory=/usr/lib/pleroma
 
 -command=/opt/pleroma/bin/pleroma
-+command="RELEASE_TMP=/tmp/pleroma /usr/share/pleroma/bin/pleroma"
++command="RELEASE_TMP=/tmp/pleroma /usr/lib/pleroma/bin/pleroma"
  command_args="start"
  command_user=pleroma
  command_background=1
diff --git a/pleroma/src/0001-PATCH-Separate-webfinger-domain-from-host-domain.patch b/pleroma/src/0001-PATCH-Separate-webfinger-domain-from-host-domain.patch
@@ -0,0 +1 @@
+/home/leah/alpine-pkgs/pleroma/0001-PATCH-Separate-webfinger-domain-from-host-domain.patch+
\ No newline at end of file
diff --git a/pleroma/src/initd.patch b/pleroma/src/initd.patch
@@ -0,0 +1 @@
+/home/leah/alpine-pkgs/pleroma/initd.patch+
\ No newline at end of file
diff --git a/pleroma/src/pleroma.sample.exs b/pleroma/src/pleroma.sample.exs
@@ -0,0 +1 @@
+/home/leah/alpine-pkgs/pleroma/pleroma.sample.exs+
\ No newline at end of file