summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuju21432020-02-21 23:41:11 -0500
committerjuju21432020-02-21 23:41:11 -0500
commit29d9b554cec02a1d17dcebb696a7e2770a511cdc (patch)
treeb5cc0f00140fdd81bd9628a3ba36c1f1edc836fb
parentbaed8dba49dae25e8152bce6731f3d82b579c6f2 (diff)
downloadaur-29d9b554cec02a1d17dcebb696a7e2770a511cdc.tar.gz
Renaming package
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD18
-rw-r--r--ticemu.desktop (renamed from cemu.desktop)5
3 files changed, 21 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e65eca4be0e..b649db1c87e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
-pkgbase = cemu-git
+pkgbase = ticemu-git
pkgdesc = An open-source third-party TI-84 Plus CE / TI-83 Premium CE calculator emulator
- pkgver = 2.0dev.r2072.0b6f6b06
+ pkgver = 2.0dev.r2073.fd0b11d9
pkgrel = 1
- url = https://github.com/MateoConLechuga/CEmu
+ url = https://github.com/CE-Programming/CEmu
arch = i686
arch = x86_64
license = GPL
makedepends = git
depends = qt5-base
depends = qt5-declarative
- provides = cemu
- conflicts = cemu
- source = cemu::git+https://github.com/MateoConLechuga/CEmu
- source = cemu.desktop
+ provides = ticemu
+ conflicts = ticemu
+ source = ticemu::git+https://github.com/CE-Programming/CEmu
+ source = ticemu.desktop
md5sums = SKIP
- md5sums = 3b347a05abc3d1a3a047a68988c659b7
+ md5sums = c575a2907d353a7de6813004daf5fae9
-pkgname = cemu-git
+pkgname = ticemu-git
diff --git a/PKGBUILD b/PKGBUILD
index 775e71820842..6451563eb58b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,24 @@
# Maintainer: Julien Savard <juju at juju2143 dot ca>
-pkgname=cemu-git
-pkgver=2.0dev.r2072.0b6f6b06
+pkgname=ticemu-git
+pkgver=2.0dev.r2073.fd0b11d9
pkgrel=1
pkgdesc="An open-source third-party TI-84 Plus CE / TI-83 Premium CE calculator emulator"
arch=("i686" "x86_64")
-url="https://github.com/MateoConLechuga/CEmu"
+url="https://github.com/CE-Programming/CEmu"
license=('GPL')
groups=()
depends=('qt5-base' 'qt5-declarative')
-makedepends=('git') # 'bzr', 'git', 'mercurial' or 'subversion'
-provides=("cemu")
-conflicts=("cemu")
+makedepends=('git')
+provides=("ticemu")
+conflicts=("ticemu")
replaces=()
backup=()
options=()
install=
-source=('cemu::git+https://github.com/MateoConLechuga/CEmu' 'cemu.desktop')
+source=('ticemu::git+https://github.com/CE-Programming/CEmu' 'ticemu.desktop')
noextract=()
md5sums=('SKIP'
- '3b347a05abc3d1a3a047a68988c659b7')
+ 'c575a2907d353a7de6813004daf5fae9')
pkgver() {
cd "$srcdir/${pkgname%-git}/gui/qt"
@@ -36,7 +36,7 @@ build() {
package() {
cd "$srcdir/${pkgname%-git}/gui/qt"
- install -D -m755 "${srcdir}/${pkgname%-git}/gui/qt/CEmu" "$pkgdir/usr/bin/cemu"
+ install -D -m755 "${srcdir}/${pkgname%-git}/gui/qt/CEmu" "$pkgdir/usr/bin/ticemu"
install -D -m644 "${srcdir}/${pkgname%-git}/README.md" "$pkgdir/usr/share/${pkgname%-git}/README"
install -D -m644 "${srcdir}/${pkgname%-git}/LICENSE" "$pkgdir/usr/share/licenses/${pkgname%-git}/LICENSE"
install -D -m644 "${srcdir}/${pkgname%-git}/gui/qt/resources/icons/icon.png" "$pkgdir/usr/share/pixmaps/${pkgname%-git}.png"
diff --git a/cemu.desktop b/ticemu.desktop
index 2161a6ef0abe..b7ea4b960868 100644
--- a/cemu.desktop
+++ b/ticemu.desktop
@@ -1,8 +1,9 @@
[Desktop Entry]
Name=CEmu
+GenericName=TI-84 Plus CE emulator
Comment=An open-source third-party TI-84 Plus CE / TI-83 Premium CE calculator emulator
-Exec=cemu
-Icon=cemu
+Exec=ticemu
+Icon=ticemu
StartupNotify=true
Terminal=false
Type=Application