Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
82b45da6
Commit
82b45da6
authored
Sep 17, 2010
by
abveritas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version up lastfmsubmitd, changes to .conf file
parent
9d659b18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
lastfmsubmitd/PKGBUILD
lastfmsubmitd/PKGBUILD
+7
-7
lastfmsubmitd/lastfmsubmitd.conf
lastfmsubmitd/lastfmsubmitd.conf
+5
-2
No files found.
lastfmsubmitd/PKGBUILD
View file @
82b45da6
...
...
@@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname
=
lastfmsubmitd
pkgver
=
1.0.6
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A Last.fm 'plugin' client for MPD, implemented in Python."
arch
=(
i686 x86_64
)
url
=
"http://www.red-bean.com/~decklin/software/lastfmsubmitd/"
...
...
@@ -28,21 +28,21 @@ md5sums=('eadf6f8a7c3a5f8b6311a6fae5c117f6'
'b8b51b54deea837250fba411f0983bda'
'49559328f9e53eb840dcf0364afec818'
'f331cb1fca46eb0b91be269babe49224'
'
c1ed7a40539e67998513968a9d8c6007
'
)
'
b3682da7c8a733b14c93dd6f5eb8d1c2
'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
mkdir
-p
$pkgdir
/usr
/usr/bin/python setup.py
install
--prefix
=
$pkgdir
/usr
install
-D
-m
600
../lastfmsubmitd.conf
$pkgdir
/etc/lastfmsubmitd.conf
install
-D
-m
755
../lastfmsubmitd.conf
$pkgdir
/etc/lastfmsubmitd.conf
install
-D
-m
600 ../lastmp.conf
$pkgdir
/etc/lastmp.conf
install
-D
-m
755 ../lastfmsubmitd
$pkgdir
/etc/rc.d/lastfmsubmitd
install
-D
-m
755 ../lastmp
$pkgdir
/etc/rc.d/lastmp
install
-D
-m
755 contrib/lastmp
$pkgdir
/usr/bin/lastmp
install
-d
$pkgdir
/var/log/lastfm
install
-d
$pkgdir
/var/run/lastfm
install
-d
$pkgdir
/var/spool/lastfm
install
-d
$pkgdir
/var/cache/lastfm
install
-d
-g
audio
-m
775
$pkgdir
/var/log/lastfm
install
-d
-g
audio
-m
775
$pkgdir
/var/run/lastfm
install
-d
-g
audio
-m
775
$pkgdir
/var/spool/lastfm
install
-d
-g
audio
-m
775
$pkgdir
/var/cache/lastfm
install
-D
-m644
README
$pkgdir
/usr/share/licenses/
$pkgname
/LICENSE
}
...
...
lastfmsubmitd/lastfmsubmitd.conf
View file @
82b45da6
...
...
@@ -3,10 +3,13 @@
# To have lastfmsubmitd properly submit your songs, you must tell
# lastfmsubmitd your Last.fm username and password.
# This file's permissions should be 0600
# Uncomment these lines and fill in the appropriate information.
#[account]
#user: user
#password: password
# If you are using Libre.fm, uncomment these lines:
#[server]
#
url
=
http
://
turtle
.
libre
.
fm
/
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment