[arch-commits] Commit in feeluown/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Mon Oct 12 11:02:07 UTC 2020
Date: Monday, October 12, 2020 @ 11:02:07
Author: felixonmars
Revision: 723598
archrelease: copy trunk to community-any
Added:
feeluown/repos/community-any/
feeluown/repos/community-any/PKGBUILD
(from rev 723597, feeluown/trunk/PKGBUILD)
feeluown/repos/community-any/feeluown.desktop
(from rev 723597, feeluown/trunk/feeluown.desktop)
------------------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
feeluown.desktop | 10 ++++++++++
2 files changed, 40 insertions(+)
Copied: feeluown/repos/community-any/PKGBUILD (from rev 723597, feeluown/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2020-10-12 11:02:07 UTC (rev 723598)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown
+pkgver=3.5.3
+pkgrel=1
+pkgdesc="FeelUOwn Music Player"
+arch=('any')
+url="https://github.com/cosven/FeelUOwn"
+license=('GPL3')
+depends=('python-qasync' 'python-pyqt5' 'mpv' 'python-opengl' 'python-janus' 'python-requests')
+makedepends=('python-setuptools' 'python-pip')
+optdepends=('feeluown-local' 'feeluown-netease' 'feeluown-kuwo' 'feeluown-xiami' 'feeluown-qqmusic')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/feeluown/feeluown-$pkgver.tar.gz"
+ "feeluown.desktop")
+sha256sums=('b06d3ee831e3accef9a52fa3e9ac100b6c63fe76caa58f5f3de53356823757f7'
+ 'f093cccd74e29115782b30fcda28fb0c3b935091673b50882b332c934ed56065')
+
+build() {
+ cd $pkgname-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+ install -D -m644 "$srcdir/$pkgname-$pkgver/feeluown/feeluown.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/feeluown.png"
+ install -D -m644 "$srcdir/feeluown.desktop" "$pkgdir/usr/share/applications/FeelUOwn.desktop"
+}
Copied: feeluown/repos/community-any/feeluown.desktop (from rev 723597, feeluown/trunk/feeluown.desktop)
===================================================================
--- community-any/feeluown.desktop (rev 0)
+++ community-any/feeluown.desktop 2020-10-12 11:02:07 UTC (rev 723598)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Name=FeelUOwn
+Comment=FeelUOwn Launcher
+Exec=feeluown --log-to-file
+Icon=feeluown
+Categories=AudioVideo;Audio;Player;Qt;
+Terminal=false
+StartupNotify=true
+StartupWMClass=FeelUOwn
More information about the arch-commits
mailing list