Skip to content

Commit 9e9313d

Browse files
authored
AUR push publishing (GameTec-live#174)
1 parent 61780d8 commit 9e9313d

File tree

5 files changed

+109
-6
lines changed

5 files changed

+109
-6
lines changed

.github/workflows/publish-app.yml

+45
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,48 @@
181181
fi
182182
done
183183
app-store-connect builds submit-to-app-store --cancel-previous-submissions --platform=IOS --version-string="1.0.${{ github.run_number }}" --whats-new="Compiled from `git log --pretty=format:%s --oneline --ancestry-path HEAD~1..HEAD`" --version-string="1.0.${{ github.run_number }}" $BUILD_ID || true
184+
build-aur:
185+
runs-on: ubuntu-latest
186+
defaults:
187+
run:
188+
working-directory: ./chameleonultragui
189+
steps:
190+
- uses: actions/checkout@v3
191+
with:
192+
fetch-depth: 100
193+
- uses: webfactory/[email protected]
194+
with:
195+
ssh-private-key: ${{ secrets.AUR_KEY }}
196+
197+
- name: configure git
198+
run: |
199+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
200+
git config --global user.name "github-actions[bot]"
201+
- run: mv release-PKGBUILD PKGBUILD
202+
working-directory: "./chameleonultragui/"
203+
- name: Arch Linux update package
204+
uses: hapakaien/[email protected]
205+
with:
206+
path: ./chameleonultragui/PKGBUILD
207+
pkgrel: ${{ github.run_number }}
208+
srcinfo: true
209+
- name: clone aur
210+
run: git -c init.defaultbranch=master clone ssh://[email protected]/chameleonultragui.git
211+
working-directory: "./chameleonultragui/"
212+
- name: copy PKGBUILD
213+
run: cp ../PKGBUILD ./
214+
working-directory: "./chameleonultragui/chameleonultragui/"
215+
- name: copy .SRCINFO
216+
run: cp ../.SRCINFO ./
217+
working-directory: "./chameleonultragui/chameleonultragui/"
218+
- name: commit
219+
run: |
220+
git add PKGBUILD
221+
git add .SRCINFO
222+
git commit -m "Update to ${{ github.run_number }}"
223+
working-directory: "./chameleonultragui/chameleonultragui/"
224+
- name: push
225+
run: git push
226+
working-directory: "./chameleonultragui/chameleonultragui/"
227+
228+

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ App available in those stores:
1111
- Google Play: https://play.google.com/store/apps/details?id=io.chameleon.ultra
1212
- F-Store: not yet
1313
- App Store: https://apps.apple.com/app/chameleon-ultra-gui/id6462919364 (macOS only)
14-
- Arch Linux (AUR): not yet
14+
- Arch Linux (AUR): https://aur.archlinux.org/packages/chameleonultragui / https://aur.archlinux.org/packages/chameleonultragui-git
1515
- Flathub: not yet
1616
- Chocolatey (Windows): not yet
17-
- Web (for Chromium-based browsers): not yet
1817

1918
Note: Under some Linux systems, especially ones running KDE desktop environments, you may need to install the `zenity` package for the file picker to work correctly.
2019

@@ -30,6 +29,11 @@ Key:
3029
You might need to add your user to the `dialout` or, on Arch Linux, to the `uucp` group for the app to talk to the device. If your user is not in this group, you may get serial or permission errors.
3130
It is also highly recommended to either uninstall or disable ModemManager (`sudo systemctl disable --now modemmanager`) as many distros ship ModemManager and it may interfere with communication.
3231

32+
## Buy a Chameleon Ultra
33+
- [Sneak Tech](https://sneaktechnology.com/product/chameleon-ultra/)
34+
- [KSEC](https://labs.ksec.co.uk/product/proxgrind-chameleon-ultra/)
35+
- [Lab401](https://lab401.com/products/chameleon-ultra)
36+
3337
## Contributing
3438
Contributions are welcome, most stuff that needs to be done can either be found in our [issues](https://github.com/GameTec-live/ChameleonUltraGUI/issues) or on the [Project board](https://github.com/users/GameTec-live/projects/2)
3539

git-.SRCINFO

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pkgbase = chameleonultragui-git
2+
pkgdesc = PKGBUILD for the Chameleon Ultra GUI
3+
pkgver = r168.61780d8
4+
pkgrel = 1
5+
url = https://github.com/GameTec-live/ChameleonUltraGUI
6+
arch = x86_64
7+
makedepends = flutter
8+
makedepends = clang
9+
makedepends = cmake
10+
makedepends = ninja
11+
makedepends = pkgconf
12+
makedepends = xz
13+
depends = gtk3
14+
depends = zenity
15+
source = git+https://github.com/GameTec-live/ChameleonUltraGUI.git#branch=main
16+
sha256sums = SKIP
17+
18+
pkgname = chameleonultragui-git

PKGBUILD git-PKGBUILD

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=chameleonultragui-git
2-
pkgver=0.0.0
2+
pkgver=r168.61780d8
33
pkgrel=1
44
pkgdesc='PKGBUILD for the Chameleon Ultra GUI'
55
arch=('x86_64')
@@ -10,7 +10,7 @@ source=("git+https://github.com/GameTec-live/ChameleonUltraGUI.git#branch=main")
1010
sha256sums=('SKIP')
1111

1212
pkgver() {
13-
cd "$pkgname"
13+
cd "ChameleonUltraGUI"
1414
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
1515
}
1616

@@ -37,5 +37,5 @@ package() {
3737
# copy the bundled output to /opt
3838
cp -rdp --no-preserve=ownership . "$pkgdir/opt/$pkgname/"
3939
# symlink to /usr/bin so the app can be found in PATH
40-
ln -s "/opt/$pkgname/chameleonultragui" "$pkgdir/usr/bin/$pkgname"
41-
}
40+
ln -s "/opt/$pkgname/chameleonultragui" "$pkgdir/usr/bin/chameleonultragui"
41+
}

release-PKGBUILD

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
pkgname=chameleonultragui
2+
pkgver=0.0.1
3+
pkgrel=1
4+
pkgdesc='PKGBUILD for the Chameleon Ultra GUI'
5+
arch=('x86_64')
6+
url="https://github.com/GameTec-live/ChameleonUltraGUI"
7+
depends=('gtk3' 'zenity')
8+
makedepends=('flutter' 'clang' 'cmake' 'ninja' 'pkgconf' 'xz')
9+
source=("git+https://github.com/GameTec-live/ChameleonUltraGUI.git#branch=main")
10+
sha256sums=('SKIP')
11+
12+
prepare(){
13+
cd "ChameleonUltraGUI/chameleonultragui"
14+
flutter --no-version-check config --no-analytics
15+
flutter --no-version-check config --enable-linux-desktop
16+
flutter --no-version-check pub get
17+
}
18+
19+
build() {
20+
cd "ChameleonUltraGUI/chameleonultragui"
21+
flutter --no-version-check build linux --release
22+
}
23+
24+
package() {
25+
cd "ChameleonUltraGUI/chameleonultragui/build/linux/x64/release/bundle/"
26+
# create the target folders
27+
install -dm 755 "$pkgdir/opt/$pkgname" "$pkgdir/usr/bin/"
28+
install -Dm644 "../../../../../aur/chameleonultragui.desktop" \
29+
"${pkgdir}/usr/share/applications/chameleonultragui.desktop"
30+
install -Dm644 "../../../../../aur/chameleonultragui.png" \
31+
"${pkgdir}/usr/share/pixmaps/chameleonultragui.png"
32+
# copy the bundled output to /opt
33+
cp -rdp --no-preserve=ownership . "$pkgdir/opt/$pkgname/"
34+
# symlink to /usr/bin so the app can be found in PATH
35+
ln -s "/opt/$pkgname/chameleonultragui" "$pkgdir/usr/bin/chameleonultragui"
36+
}

0 commit comments

Comments
 (0)