Skip to content

Commit 978b3ff

Browse files
author
ook37
committed
ref(*): drop _archive usage on all git packages
1 parent f99cd04 commit 978b3ff

File tree

103 files changed

+215
-215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+215
-215
lines changed

packages/adapta-gtk-theme-git/adapta-gtk-theme-git.pacscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ pkgdesc="An adaptive Gtk+ theme based on Material Design Guidelines (Legacy)"
99
maintainer=("Elsie19 <elsie19@pm.me>")
1010

1111
prepare() {
12-
cd "${_archive}"
12+
cd "adapta-gtk-theme"
1313
./autogen.sh --prefix=/usr --enable-parallel
1414
}
1515

1616
build() {
17-
cd "${_archive}"
17+
cd "adapta-gtk-theme"
1818
make -j"${NCPU}"
1919
}
2020

2121
package() {
22-
cd "${_archive}"
22+
cd "adapta-gtk-theme"
2323
make install DESTDIR="${pkgdir}"
2424
}

packages/apx-git/apx-git.pacscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ external_connection=true
1212
incompatible=('*:bullseye' '*:bookworm')
1313

1414
prepare() {
15-
cd "${_archive}"
15+
cd "apx"
1616
sed -i "s;/usr/share/apx/distrobox/distrobox;/usr/bin/distrobox;" config/apx.json
1717
sed -i "/distrobox/d" Makefile
1818
sed -i "s|install: build|install:|" Makefile
1919

2020
}
2121

2222
build() {
23-
cd "${_archive}"
23+
cd "apx"
2424
export PATH=/usr/lib/go-1.22/bin:${PATH}
2525
make build
2626
}
2727

2828
package() {
29-
cd "${_archive}"
29+
cd "apx"
3030
make install{,-manpages} DESTDIR="${pkgdir}"
3131
}

packages/ardour-git/ardour-git.pacscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ pkgver="7.5"
1616
# patch="https://github.com/archlinux/svntogit-community/blob/packages/ardour/trunk/ardour-6.2-vendor_qm-dsp.patch"
1717

1818
prepare() {
19-
cd "${_archive}"
19+
cd "ardour"
2020
# Patch uses vendored version of qm-dsp because qm-dsp >= 1.8.0 is not compatible
2121
# will be applied when ubuntu starts supporting qm-dsp 1.8.0
2222
# unsetting gtk2 rc (FS#54389)
2323
sed -e '8iexport GTK2_RC_FILES=/dev/null' -i "gtk2_ardour/ardour.sh.in"
2424
}
2525

2626
build() {
27-
cd "${_archive}"
27+
cd "ardour"
2828
# export LINKFLAGS="$LDFLAGS"
2929
./waf configure --prefix=/usr \
3030
--configdir=/etc \
@@ -41,7 +41,7 @@ build() {
4141
}
4242

4343
package() {
44-
cd "${_archive}"
44+
cd "ardour"
4545
./waf i18n --destdir="${pkgdir}"
4646
./waf install --destdir="${pkgdir}"
4747

packages/awesome-git/awesome-git.pacscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ breaks=("${gives}" "${gives}-bin")
2424
replaces=("${gives}" "${gives}-bin")
2525

2626
build() {
27-
cd "${_archive}"
27+
cd "awesome"
2828
# Build rquired files
2929
make -j"${NCPU}" DESTDIR="${pkgdir}"
3030
}
3131

3232
package() {
33-
cd "${_archive}"
33+
cd "awesome"
3434
# Install awesome
3535
make install DESTDIR="${pkgdir}"
3636
mkdir -p "${pkgdir}/usr/share/xsessions"

packages/bemenu-git/bemenu-git.pacscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ makedepends=("scdoc" "wayland-protocols" "libcairo-dev" "libpango1.0-dev" "libxk
1616
breaks=("${gives}-bin" "${gives}")
1717

1818
build() {
19-
cd "${_archive}"
19+
cd "bemenu"
2020
# Build nessesary files
2121
make -j"${NCPU}"
2222
}
2323

2424
package() {
25-
cd "${_archive}"
25+
cd "bemenu"
2626
# Install license
2727
install -Dm644 "LICENSE-CLIENT" "LICENSE-LIB" -t "${pkgdir}/usr/share/licenses/${gives}"
2828

packages/bes2600-firmware-git/bes2600-firmware-git.pacscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source=("https://gitlab.com/pine64-org/bes2600-firmware.git")
88
maintainer=("Oren Klopfer <oren@taumoda.com>")
99

1010
build() {
11-
cd "${_archive}"
11+
cd "bes2600-firmware"
1212
mkdir -p "${pkgdir}/usr/bin"
1313
mkdir -p "${pkgdir}/usr/lib/systemd/system"
1414

@@ -48,7 +48,7 @@ ExecStart=bash -c 'if ! [[ -f /etc/modules-load.d/bes2600.conf ]]; then echo bes
4848
}
4949

5050
package() {
51-
cd "${_archive}"
51+
cd "bes2600-firmware"
5252
mkdir -p "${pkgdir}/usr/lib/firmware"
5353
cp -r firmware/bes2600 "${pkgdir}/usr/lib/firmware"
5454
}

packages/bpytop-git/bpytop-git.pacscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pkgdesc="Linux/OSX/FreeBSD resource monitor."
99
external_connection="true"
1010

1111
prepare() {
12-
cd "${_archive}"
12+
cd "bpytop"
1313
modern=("devel" "sid" "lunar" "bookworm" "mantic" "noble" "trixie" "testing" "unstable")
1414
for mod in "${modern[@]}"; do
1515
[[ ${mod} == "${DISTRO#*:}" ]] && pyhack=("--break-system-packages")
@@ -18,7 +18,7 @@ prepare() {
1818
}
1919

2020
package() {
21-
cd "${_archive}"
21+
cd "bpytop"
2222
make install DESTDIR="${pkgdir}"
2323
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${gives}"
2424
install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${gives}"

packages/cachyos-ananicy-rules-git/cachyos-ananicy-rules-git.pacscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source=("https://github.com/CachyOS/ananicy-rules.git")
99
maintainer=("vigress8 <vig@disroot.org>")
1010

1111
package() {
12-
cd "${_archive}"
12+
cd "ananicy-rules"
1313
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${gives}"
1414
rm -f README.md LICENSE
1515
install -d "${pkgdir}/etc/ananicy.d"

packages/conky-manager-zcot-git/conky-manager-zcot-git.pacscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ depends=("conky" "rsync")
77
pkgdesc="Simple tool for managing Conky configs"
88

99
build() {
10-
cd "${_archive}"
10+
cd "conky-manager2"
1111
make -j"${NCPU}"
1212
}
1313

1414
package() {
15-
cd "${_archive}"
15+
cd "conky-manager2"
1616
make install DESTDIR="${pkgdir}"
1717
}

packages/cutefish-calculator-git/cutefish-calculator-git.pacscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ depends=("fishui" "libcutefish")
99
pkgdesc="CutefishOS Calculator."
1010

1111
prepare() {
12-
cd "${_archive}"
12+
cd "calculator"
1313
mkdir build
1414
cd build
1515
}
1616

1717
build() {
18-
cd "${_archive}"
18+
cd "calculator"
1919
cmake ..
2020
make -j"${NCPU}"
2121
}
2222

2323
package() {
24-
cd "${_archive}"
24+
cd "calculator"
2525
make install DESTDIR="${pkgdir}"
2626
}

0 commit comments

Comments
 (0)