mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
fix AUR, publish desktop not server for now (#6204)
# Description of Changes <!-- Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --> --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### Translations (if applicable) - [ ] I ran [`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have run `task check` to verify linters, typechecks, and tests pass - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#7-testing) for more details.
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
# Maintainer: Stirling PDF Inc <[email protected]>
|
# Maintainer: Stirling PDF Inc <[email protected]>
|
||||||
pkgname=stirling-pdf-bin
|
pkgname=stirling-pdf-desktop
|
||||||
pkgver=2.7.3
|
pkgver=2.7.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Locally hosted, web-based PDF manipulation tool (desktop app, prebuilt binary)"
|
pkgdesc="Locally hosted, web-based PDF manipulation tool (Tauri desktop app, official Stirling PDF Inc build)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.stirling.com"
|
url="https://www.stirling.com"
|
||||||
license=('MIT' 'LicenseRef-Stirling-PDF-Proprietary')
|
license=('MIT' 'LicenseRef-Stirling-PDF-Proprietary')
|
||||||
depends=('gtk3' 'webkit2gtk' 'libappindicator-gtk3')
|
depends=('gtk3' 'webkit2gtk-4.1' 'libappindicator-gtk3')
|
||||||
provides=('stirling-pdf')
|
provides=('stirling-pdf')
|
||||||
conflicts=('stirling-pdf' 'stirling-pdf-git')
|
conflicts=('stirling-pdf' 'stirling-pdf-git' 'stirling-pdf-bin')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
|
|
||||||
source_x86_64=("${pkgname}-${pkgver}.deb::https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v${pkgver}/Stirling-PDF-linux-x86_64.deb")
|
source_x86_64=("${pkgname}-${pkgver}.deb::https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v${pkgver}/Stirling-PDF-linux-x86_64.deb")
|
||||||
@@ -6,22 +6,27 @@ pkgdesc="Locally hosted, web-based PDF manipulation tool (server JAR, prebuilt)"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://www.stirling.com"
|
url="https://www.stirling.com"
|
||||||
license=('MIT' 'LicenseRef-Stirling-PDF-Proprietary')
|
license=('MIT' 'LicenseRef-Stirling-PDF-Proprietary')
|
||||||
depends=('java-runtime>=21')
|
depends=('java-runtime>=25')
|
||||||
provides=('stirling-pdf-server')
|
provides=('stirling-pdf-server')
|
||||||
conflicts=('stirling-pdf-server' 'stirling-pdf-server-git')
|
conflicts=('stirling-pdf-server' 'stirling-pdf-server-git')
|
||||||
backup=('etc/stirling-pdf-server/settings.yml')
|
backup=('etc/stirling-pdf-server/settings.yml')
|
||||||
|
|
||||||
source=("Stirling-PDF-with-login-${pkgver}.jar::https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v${pkgver}/Stirling-PDF-with-login.jar"
|
source=("Stirling-PDF-with-login-${pkgver}.jar::https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v${pkgver}/Stirling-PDF-with-login.jar")
|
||||||
"stirling-pdf-server.service"
|
sha256sums=('PLACEHOLDER_JAR_SHA256')
|
||||||
"stirling-pdf-server.sysusers"
|
|
||||||
"stirling-pdf-server.tmpfiles")
|
|
||||||
sha256sums=('PLACEHOLDER_JAR_SHA256'
|
|
||||||
'PLACEHOLDER_SERVICE_SHA256'
|
|
||||||
'PLACEHOLDER_SYSUSERS_SHA256'
|
|
||||||
'PLACEHOLDER_TMPFILES_SHA256')
|
|
||||||
|
|
||||||
prepare() {
|
package() {
|
||||||
cat > stirling-pdf-server.service << 'EOF'
|
# JAR
|
||||||
|
install -Dm644 "Stirling-PDF-with-login-${pkgver}.jar" \
|
||||||
|
"${pkgdir}/usr/share/stirling-pdf-server/stirling-pdf-server.jar"
|
||||||
|
|
||||||
|
# Wrapper script
|
||||||
|
install -Dm755 /dev/stdin "${pkgdir}/usr/bin/stirling-pdf-server" << 'EOF'
|
||||||
|
#!/bin/sh
|
||||||
|
exec java $JAVA_OPTS -jar /usr/share/stirling-pdf-server/stirling-pdf-server.jar "$@"
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# systemd unit
|
||||||
|
install -Dm644 /dev/stdin "${pkgdir}/usr/lib/systemd/system/stirling-pdf-server.service" << 'EOF'
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Stirling-PDF Server
|
Description=Stirling-PDF Server
|
||||||
After=network.target
|
After=network.target
|
||||||
@@ -43,36 +48,16 @@ Environment=JAVA_OPTS=-Xmx512m
|
|||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > stirling-pdf-server.sysusers << 'EOF'
|
# sysusers
|
||||||
|
install -Dm644 /dev/stdin "${pkgdir}/usr/lib/sysusers.d/stirling-pdf-server.conf" << 'EOF'
|
||||||
u stirling-pdf - "Stirling-PDF Server" /var/lib/stirling-pdf-server -
|
u stirling-pdf - "Stirling-PDF Server" /var/lib/stirling-pdf-server -
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > stirling-pdf-server.tmpfiles << 'EOF'
|
# tmpfiles
|
||||||
|
install -Dm644 /dev/stdin "${pkgdir}/usr/lib/tmpfiles.d/stirling-pdf-server.conf" << 'EOF'
|
||||||
d /var/lib/stirling-pdf-server 0750 stirling-pdf stirling-pdf -
|
d /var/lib/stirling-pdf-server 0750 stirling-pdf stirling-pdf -
|
||||||
d /var/log/stirling-pdf-server 0750 stirling-pdf stirling-pdf -
|
d /var/log/stirling-pdf-server 0750 stirling-pdf stirling-pdf -
|
||||||
EOF
|
EOF
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
# JAR
|
|
||||||
install -Dm644 "Stirling-PDF-with-login-${pkgver}.jar" \
|
|
||||||
"${pkgdir}/usr/share/stirling-pdf-server/stirling-pdf-server.jar"
|
|
||||||
|
|
||||||
# Wrapper script
|
|
||||||
install -Dm755 /dev/stdin "${pkgdir}/usr/bin/stirling-pdf-server" << 'EOF'
|
|
||||||
#!/bin/sh
|
|
||||||
exec java $JAVA_OPTS -jar /usr/share/stirling-pdf-server/stirling-pdf-server.jar "$@"
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# systemd unit
|
|
||||||
install -Dm644 stirling-pdf-server.service \
|
|
||||||
"${pkgdir}/usr/lib/systemd/system/stirling-pdf-server.service"
|
|
||||||
|
|
||||||
# sysusers / tmpfiles
|
|
||||||
install -Dm644 stirling-pdf-server.sysusers \
|
|
||||||
"${pkgdir}/usr/lib/sysusers.d/stirling-pdf-server.conf"
|
|
||||||
install -Dm644 stirling-pdf-server.tmpfiles \
|
|
||||||
"${pkgdir}/usr/lib/tmpfiles.d/stirling-pdf-server.conf"
|
|
||||||
|
|
||||||
# Default config stub
|
# Default config stub
|
||||||
install -dm755 "${pkgdir}/etc/stirling-pdf-server"
|
install -dm755 "${pkgdir}/etc/stirling-pdf-server"
|
||||||
@@ -85,6 +70,8 @@ EOF
|
|||||||
|
|
||||||
# License
|
# License
|
||||||
install -Dm644 /dev/stdin "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" << 'EOF'
|
install -Dm644 /dev/stdin "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" << 'EOF'
|
||||||
MIT License — see https://github.com/Stirling-Tools/Stirling-PDF/blob/main/LICENSE
|
MIT License with proprietary carve-outs (open-core).
|
||||||
|
SPDX: MIT AND LicenseRef-Stirling-PDF-Proprietary
|
||||||
|
See https://github.com/Stirling-Tools/Stirling-PDF/blob/main/LICENSE
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,52 +77,52 @@ jobs:
|
|||||||
- name: Checkout repository (for PKGBUILD templates)
|
- name: Checkout repository (for PKGBUILD templates)
|
||||||
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
|
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
|
||||||
|
|
||||||
- name: Update stirling-pdf-bin PKGBUILD
|
- name: Update stirling-pdf-desktop PKGBUILD
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ needs.get-release-info.outputs.version }}
|
VERSION: ${{ needs.get-release-info.outputs.version }}
|
||||||
DEB_SHA: ${{ needs.get-release-info.outputs.deb_sha256 }}
|
DEB_SHA: ${{ needs.get-release-info.outputs.deb_sha256 }}
|
||||||
run: |
|
run: |
|
||||||
PKGBUILD=".github/aur/stirling-pdf-bin/PKGBUILD"
|
PKGBUILD=".github/aur/stirling-pdf-desktop/PKGBUILD"
|
||||||
sed -i "s/^pkgver=.*/pkgver=${VERSION}/" "$PKGBUILD"
|
sed -i "s/^pkgver=.*/pkgver=${VERSION}/" "$PKGBUILD"
|
||||||
sed -i "s/^pkgrel=.*/pkgrel=1/" "$PKGBUILD"
|
sed -i "s/^pkgrel=.*/pkgrel=1/" "$PKGBUILD"
|
||||||
sed -i "s/'PLACEHOLDER_DEB_SHA256'/'${DEB_SHA}'/" "$PKGBUILD"
|
sed -i "s/'PLACEHOLDER_DEB_SHA256'/'${DEB_SHA}'/" "$PKGBUILD"
|
||||||
|
|
||||||
- name: Update stirling-pdf-server-bin PKGBUILD
|
# Disabled until we sort out the server packaging story.
|
||||||
env:
|
# The third-party stirling-pdf-bin on AUR currently covers a similar use case.
|
||||||
VERSION: ${{ needs.get-release-info.outputs.version }}
|
# - name: Update stirling-pdf-server-bin PKGBUILD
|
||||||
JAR_SHA: ${{ needs.get-release-info.outputs.jar_sha256 }}
|
# env:
|
||||||
run: |
|
# VERSION: ${{ needs.get-release-info.outputs.version }}
|
||||||
PKGBUILD=".github/aur/stirling-pdf-server-bin/PKGBUILD"
|
# JAR_SHA: ${{ needs.get-release-info.outputs.jar_sha256 }}
|
||||||
sed -i "s/^pkgver=.*/pkgver=${VERSION}/" "$PKGBUILD"
|
# run: |
|
||||||
sed -i "s/^pkgrel=.*/pkgrel=1/" "$PKGBUILD"
|
# PKGBUILD=".github/aur/stirling-pdf-server-bin/PKGBUILD"
|
||||||
sed -i "s/'PLACEHOLDER_JAR_SHA256'/'${JAR_SHA}'/" "$PKGBUILD"
|
# sed -i "s/^pkgver=.*/pkgver=${VERSION}/" "$PKGBUILD"
|
||||||
|
# sed -i "s/^pkgrel=.*/pkgrel=1/" "$PKGBUILD"
|
||||||
|
# sed -i "s/'PLACEHOLDER_JAR_SHA256'/'${JAR_SHA}'/" "$PKGBUILD"
|
||||||
|
|
||||||
- name: Show updated PKGBUILDs (for dry-run visibility)
|
- name: Show updated PKGBUILD (for dry-run visibility)
|
||||||
run: |
|
run: |
|
||||||
echo "--- stirling-pdf-bin PKGBUILD ---"
|
echo "--- stirling-pdf-desktop PKGBUILD ---"
|
||||||
cat .github/aur/stirling-pdf-bin/PKGBUILD
|
cat .github/aur/stirling-pdf-desktop/PKGBUILD
|
||||||
echo ""
|
|
||||||
echo "--- stirling-pdf-server-bin PKGBUILD ---"
|
|
||||||
cat .github/aur/stirling-pdf-server-bin/PKGBUILD
|
|
||||||
|
|
||||||
- name: Publish stirling-pdf-bin to AUR
|
- name: Publish stirling-pdf-desktop to AUR
|
||||||
if: ${{ github.event_name == 'release' || inputs.dry_run == false }}
|
if: ${{ github.event_name == 'release' || inputs.dry_run == false }}
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@2ac5a4c1d7035885d46b10e3193393be8460b6f1 # v4.1.1
|
uses: KSXGitHub/[email protected].2
|
||||||
with:
|
with:
|
||||||
pkgname: stirling-pdf-bin
|
pkgname: stirling-pdf-desktop
|
||||||
pkgbuild: .github/aur/stirling-pdf-bin/PKGBUILD
|
pkgbuild: .github/aur/stirling-pdf-desktop/PKGBUILD
|
||||||
commit_username: Stirling PDF Inc
|
commit_username: Stirling PDF Inc
|
||||||
commit_email: [email protected]
|
commit_email: [email protected]
|
||||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||||
commit_message: "Update to v${{ needs.get-release-info.outputs.version }}"
|
commit_message: "Update to v${{ needs.get-release-info.outputs.version }}"
|
||||||
|
|
||||||
- name: Publish stirling-pdf-server-bin to AUR
|
# Disabled until we sort out the server packaging story.
|
||||||
if: ${{ github.event_name == 'release' || inputs.dry_run == false }}
|
# - name: Publish stirling-pdf-server-bin to AUR
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@2ac5a4c1d7035885d46b10e3193393be8460b6f1 # v4.1.1
|
# if: ${{ github.event_name == 'release' || inputs.dry_run == false }}
|
||||||
with:
|
# uses: KSXGitHub/github-actions-deploy-aur@2ac5a4c1d7035885d46b10e3193393be8460b6f1 # v4.1.1
|
||||||
pkgname: stirling-pdf-server-bin
|
# with:
|
||||||
pkgbuild: .github/aur/stirling-pdf-server-bin/PKGBUILD
|
# pkgname: stirling-pdf-server-bin
|
||||||
commit_username: Stirling PDF Inc
|
# pkgbuild: .github/aur/stirling-pdf-server-bin/PKGBUILD
|
||||||
commit_email: [email protected]
|
# commit_username: Stirling PDF Inc
|
||||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
# commit_email: [email protected]
|
||||||
commit_message: "Update to v${{ needs.get-release-info.outputs.version }}"
|
# ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||||
|
# commit_message: "Update to v${{ needs.get-release-info.outputs.version }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user