Rename pegasus-fe-git to pegasus-frontend-git
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
7934b14905
commit
423615b4ed
4 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
||||||
PKGBUILDs created by me. Some can be found on the
|
PKGBUILDs created by me. Some can be found on the
|
||||||
[AUR](https://aur.archlinux.org/) and others are more for my personal use.
|
[AUR](https://aur.archlinux.org/) and others are more for my personal use.
|
||||||
|
|
||||||
## [pegasus-fe-git](https://aur.archlinux.org/packages/pegasus-fe-git/)
|
## [pegasus-frontend-git](https://aur.archlinux.org/packages/pegasus-frontend-git/)
|
||||||
A cross platform, customizable graphical frontend for launching emulators and
|
A cross platform, customizable graphical frontend for launching emulators and
|
||||||
managing your game collection.
|
managing your game collection.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pkgbase = pegasus-fe-git
|
pkgbase = pegasus-frontend-git
|
||||||
pkgdesc = A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
|
pkgdesc = A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
|
||||||
pkgver = alpha12.r12.gca00bb4
|
pkgver = alpha12.r12.gca00bb4
|
||||||
pkgrel = 2
|
pkgrel = 2
|
||||||
|
@ -16,9 +16,9 @@ pkgbase = pegasus-fe-git
|
||||||
depends = qt5-gamepad
|
depends = qt5-gamepad
|
||||||
depends = qt5-graphicaleffects
|
depends = qt5-graphicaleffects
|
||||||
optdepends = polkit
|
optdepends = polkit
|
||||||
provides = pegasus-fe
|
provides = pegasus-frontend
|
||||||
conflicts = pegasus-fe
|
conflicts = pegasus-frontend
|
||||||
source = pegasus-fe::git+https://github.com/mmatyas/pegasus-frontend.git
|
source = pegasus-frontend::git+https://github.com/mmatyas/pegasus-frontend.git
|
||||||
source = git+https://github.com/mmatyas/pegasus-frontend-translations.git#branch=master
|
source = git+https://github.com/mmatyas/pegasus-frontend-translations.git#branch=master
|
||||||
source = git+https://github.com/mmatyas/pegasus-theme-grid.git
|
source = git+https://github.com/mmatyas/pegasus-theme-grid.git
|
||||||
source = git+https://github.com/mmatyas/SortFilterProxyModel.git
|
source = git+https://github.com/mmatyas/SortFilterProxyModel.git
|
||||||
|
@ -27,5 +27,5 @@ pkgbase = pegasus-fe-git
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = pegasus-fe-git
|
pkgname = pegasus-frontend-git
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pegasus-fe-git*
|
pegasus-frontend-git*
|
||||||
pegasus-fe/
|
pegasus-frontend/
|
||||||
pegasus-frontend-translations/
|
pegasus-frontend-translations/
|
||||||
pegasus-theme-grid/
|
pegasus-theme-grid/
|
||||||
pkg/
|
pkg/
|
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Severin Kaderli <severin.kaderli@gmail.com>
|
# Maintainer: Severin Kaderli <severin.kaderli@gmail.com>
|
||||||
_pkgname=pegasus-fe
|
_pkgname=pegasus-frontend
|
||||||
pkgname=${_pkgname}-git
|
pkgname=${_pkgname}-git
|
||||||
pkgver=alpha12.r12.gca00bb4
|
pkgver=alpha12.r39.gdd58baf
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A cross platform, customizable graphical frontend for launching emulators and managing your game collection."
|
pkgdesc="A cross platform, customizable graphical frontend for launching emulators and managing your game collection."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://pegasus-frontend.org/"
|
url="https://pegasus-frontend.org/"
|
||||||
|
@ -23,8 +23,8 @@ depends=(
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'polkit'
|
'polkit'
|
||||||
)
|
)
|
||||||
provides=('pegasus-fe')
|
provides=('pegasus-frontend')
|
||||||
conflicts=('pegasus-fe')
|
conflicts=('pegasus-frontend')
|
||||||
source=(
|
source=(
|
||||||
"${_pkgname}::git+https://github.com/mmatyas/pegasus-frontend.git"
|
"${_pkgname}::git+https://github.com/mmatyas/pegasus-frontend.git"
|
||||||
"git+https://github.com/mmatyas/pegasus-frontend-translations.git#branch=master"
|
"git+https://github.com/mmatyas/pegasus-frontend-translations.git#branch=master"
|
Loading…
Add table
Add a link
Reference in a new issue