File tree Expand file tree Collapse file tree 6 files changed +45
-2
lines changed
alterlinux-settings-fcitx
alterlinux-settings-xfce-git Expand file tree Collapse file tree 6 files changed +45
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11# Maintainer : Yamada Hayao <[email protected] >22# Maintainer : lap1sid <[email protected] >33
4- pkgname=alterlinux-fcitx-conf
4+ pkgname=alterlinux-settings-fcitx
55pkgver=1.1
66pkgrel=3
77pkgdesc=' AlterLinux fcitx Settings'
Original file line number Diff line number Diff line change 1+ pkgbase = alterlinux-settings-xfce-git
2+ pkgdesc = AlterLinux xfce Settings
3+ pkgver = 1.0
4+ pkgrel = 1
5+ url = https:/fascode.net
6+ arch = any
7+ provides = alterlinux-settings-xfce
8+ conflicts = alterlinux-settings-xfce
9+ source = git+https://github.com/FascodeNet/alterlinux-settings-xfce.git
10+ sha256sums = SKIP
11+
12+ pkgname = alterlinux-settings-xfce-git
Original file line number Diff line number Diff line change 1+ # Maintainer : Yamada Hayao <[email protected] >2+
3+ _pkgname=alterlinux-settings-xfce
4+ pkgname=$_pkgname -git
5+ pkgver=1.0
6+ pkgrel=1
7+ pkgdesc=' AlterLinux xfce Settings'
8+ arch=(' any' )
9+ url=' https:/fascode.net'
10+ source=(" git+https://github.com/FascodeNet/${_pkgname} .git" )
11+ conflicts=(" ${_pkgname} " )
12+ provides=(" ${_pkgname} " )
13+ sha256sums=(' SKIP' )
14+
15+
16+ package () {
17+ # local _skeldir="${pkgdir}/etc/"
18+ cp -r " $srcdir /$_pkgname /skel" " $pkgdir /etc/"
19+
20+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " alterlinux" ,
33 "maintainer" : " hayao <shun819.mail at gmail.com>" ,
4- "server" : " "
4+ "server" : " " ,
5+ "archbuild" : " alterlinux-x86_64-build"
56}
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ set -eEuo pipefail
4+
5+ cd " $( dirname " $0 " ) "
6+
7+ if ! which ayaka > /dev/null 2>&1 ; then
8+ echo " Please install ayaka-bin from AUR." >&2
9+ exit 1
10+ fi
You can’t perform that action at this time.
0 commit comments