-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(*): drop
_archive
usage from all -app
packages
- Loading branch information
ook37
committed
Nov 24, 2024
1 parent
dddafd1
commit dba83d3
Showing
14 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ maintainer=("Elsie19 <[email protected]>") | |
repology=("project: bazecor") | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "${srcdir}" | ||
mkdir -p "${pkgdir}/usr/share/icons/hicolor/256x256/apps/" "${pkgdir}/usr/share/applications/" | ||
echo "[Desktop Entry] | ||
Name=Bazecor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ arch=("amd64") | |
maintainer=("lfromanini <[email protected]>") | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "${srcdir}" | ||
install -Dm755 "Joplin-${pkgver}.AppImage" "${pkgdir}/usr/bin/${gives}" | ||
install -Dm644 "${srcdir}/joplin-desktop.png" "${pkgdir}/usr/share/pixmaps/joplin-desktop.png" | ||
mkdir -p "${pkgdir}/usr/share/applications/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ arch=("amd64") | |
maintainer=("harrietobrien <[email protected]>") | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "${srcdir}" | ||
chmod +x "${gives}-${pkgver}-x86_64.appimage" | ||
install -Dm755 "${gives}-${pkgver}-x86_64.appimage" "${pkgdir}/usr/bin/${gives}" | ||
install -Dm644 "${srcdir}/krita.svgz" "${pkgdir}/usr/share/pixmaps/krita.svgz" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,12 +20,12 @@ maintainer=("cat-master21 <[email protected]>") | |
repology=("project: ${gives}") | ||
|
||
prepare() { | ||
cd "${_archive}" | ||
cd "${srcdir}" | ||
mkdir -p "${pkgdir}/usr/bin" "${pkgdir}/usr/share/metainfo" "${pkgdir}/usr/share/applications" "${pkgdir}/usr/share/icons/hicolor/256x256/apps" | ||
} | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "${srcdir}" | ||
install -Dm644 "minecraft-pi-reborn-client-${pkgver}-amd64.AppImage" "${pkgdir}/usr/bin/minecraft-pi-reborn-client" | ||
chmod +x "${pkgdir}/usr/bin/minecraft-pi-reborn-client" | ||
install -Dm644 "${srcdir}/com.thebrokenrail.MCPIRebornClient.desktop" "${pkgdir}/usr/share/applications/com.thebrokenrail.MCPIRebornClient.desktop" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ maintainer=("Elsie19 <[email protected]>") | |
repology=("project: mymonero") | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "${srcdir}" | ||
install -Dm755 "MyMonero-${pkgver}.AppImage" "${pkgdir}/usr/bin/mymonero" | ||
install -Dm644 "${srcdir}/MyMonero.png" "${pkgdir}/usr/share/pixmaps/MyMonero.png" | ||
mkdir -p "${pkgdir}/usr/share/applications/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ repology=("project: neovim") | |
maintainer=("Elsie19 <[email protected]>") | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "${srcdir}" | ||
chmod +x nvim.appimage | ||
install -Dm755 "nvim.appimage" "${pkgdir}/usr/bin/nvim" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ maintainer=("Thomas Crha <[email protected]>") | |
sha256sums=("470a2998e2f8e545aa3975043983794dcd1a1f07464899b156c9cb32b2dfe2b2") | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "${srcdir}" | ||
install -Dm755 "rpcs3-v${pkgver}-${pkgsha:0:8}_linux64.AppImage" "${pkgdir}/usr/bin/rpcs3" | ||
} | ||
# vim:set ft=sh ts=2 sw=2 et: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ maintainer=("vigress8 <[email protected]>") | |
repology=("project: ${gives}") | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "${srcdir}" | ||
chmod +x "${appimage}" | ||
./"${appimage}" --appimage-extract usr/share | ||
cp -a squashfs-root/usr "${pkgdir}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ repology=("project: ${gives}") | |
maintainer=("vigress8 <[email protected]>") | ||
|
||
package() { | ||
cd "${_archive}" | ||
cd "${srcdir}" | ||
chmod +x "${appimage}" | ||
./"${appimage}" --appimage-extract "${gives}.desktop" &> /dev/null | ||
./"${appimage}" --appimage-extract "${gives}.svg" &> /dev/null | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters