summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--COPYING56
-rw-r--r--PKGBUILD7
3 files changed, 3 insertions, 62 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9da27fed99e..6cef2c534b60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,12 +26,10 @@ pkgbase = pleroma-git
source = pleroma.sysusers
source = pleroma.tmpfiles
source = pleroma.service
- source = COPYING
source = git+https://git.pleroma.social/pleroma/pleroma.git
sha256sums = 4df8a0099dada9bf652fb07677a9c6a66cad1f26498f08a55d8acb0186b78979
sha256sums = b6e6ad0f2c3caea38a30dddb303728271d6b56c13a2f4d82959b871844811f4c
sha256sums = 268952ef036ef65ab146a38ff20bbba35759c0f33510fe6ca15d6765285938ed
- sha256sums = e299229268576c559d0155baccccf682c97b51bebab40a0b7ff3ab562ec62104
sha256sums = SKIP
pkgname = pleroma-git
diff --git a/COPYING b/COPYING
deleted file mode 100644
index dd25f1d81ddc..000000000000
--- a/COPYING
+++ /dev/null
@@ -1,56 +0,0 @@
-Unless otherwise stated this repository is copyright © 2017-2021
-Pleroma Authors <https://pleroma.social/>, and is distributed under
-The GNU Affero General Public License Version 3, you should have received a
-copy of the license file as AGPL-3.
-
----
-
-Files inside docs directory are copyright © 2021 Pleroma Authors
-<https://pleroma.social/>, and are distributed under the Creative Commons
-Attribution 4.0 International license, you should have received
-a copy of the license file as CC-BY-4.0.
-
----
-
-The following files are copyright © 2019 shitposter.club, and are distributed
-under the Creative Commons Attribution-ShareAlike 4.0 International license,
-you should have received a copy of the license file as CC-BY-SA-4.0.
-
-priv/static/images/pleroma-fox-tan.png
-priv/static/images/pleroma-fox-tan-smol.png
-priv/static/images/pleroma-tan.png
-
----
-
-The following files are copyright © 2019 shitposter.club, and are distributed
-under the Creative Commons Attribution 4.0 International license, you should
-have received a copy of the license file as CC-BY-4.0.
-
-priv/static/images/pleroma-fox-tan-shy.png
-
----
-
-The following files are copyright © 2017-2020 Pleroma Authors
-<https://pleroma.social/>, and are distributed under the Creative Commons
-Attribution-ShareAlike 4.0 International license, you should have received
-a copy of the license file as CC-BY-SA-4.0.
-
-priv/static/images/avi.png
-priv/static/images/banner.png
-priv/static/instance/thumbnail.jpeg
-
----
-
-All photos published on Unsplash can be used for free. You can use them for
-commercial and noncommercial purposes. You do not need to ask permission from
-or provide credit to the photographer or Unsplash, although it is appreciated
-when possible.
-
-More precisely, Unsplash grants you an irrevocable, nonexclusive, worldwide
-copyright license to download, copy, modify, distribute, perform, and use
-photos from Unsplash for free, including for commercial purposes, without
-permission from or attributing the photographer or Unsplash. This license
-does not include the right to compile photos from Unsplash to replicate
-a similar or competing service.
-
-priv/static/images/city.jpg
diff --git a/PKGBUILD b/PKGBUILD
index 9aad4301f56f..dc62b2dd2b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,12 +23,10 @@ install=pleroma.install
source=('pleroma.sysusers'
'pleroma.tmpfiles'
'pleroma.service'
- 'COPYING'
"git+${url}.git")
sha256sums=('4df8a0099dada9bf652fb07677a9c6a66cad1f26498f08a55d8acb0186b78979'
'b6e6ad0f2c3caea38a30dddb303728271d6b56c13a2f4d82959b871844811f4c'
'268952ef036ef65ab146a38ff20bbba35759c0f33510fe6ca15d6765285938ed'
- 'e299229268576c559d0155baccccf682c97b51bebab40a0b7ff3ab562ec62104'
'SKIP')
pkgver() {
cd $_pkgname
@@ -46,8 +44,9 @@ package() {
install -Dm 755 pleroma.sysusers "${pkgdir}/usr/lib/sysusers.d/pleroma.conf"
install -Dm 755 pleroma.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/pleroma.conf"
install -Dm 755 pleroma.service "${pkgdir}/usr/lib/systemd/system/pleroma.service"
- install -Dm 644 COPYING ${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE
-
+ install -Dm 644 $srcdir/$pkgname/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+
mkdir -p $pkgdir/opt/pleroma
cd ${_pkgname}
mix release --path $pkgdir/opt/pleroma