-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:jasperla/openbsd-wip
- Loading branch information
Showing
5 changed files
with
18 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (strawberry-1.0.0.tar.gz) = DS0i+udWmUSuOLRuyMD/l5ULyipMk56yWsadaNc1cWk= | ||
SIZE (strawberry-1.0.0.tar.gz) = 12535333 | ||
SHA256 (strawberry-1.0.1.tar.gz) = zfMd2HTF2evc99f8CtD/M8fx5CKbJd1l3Lp64nzHzOQ= | ||
SIZE (strawberry-1.0.1.tar.gz) = 12688947 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Clementine is a multiplatform music player. It is inspired by Amarok 1.4, | ||
focusing on a fast and easy-to-use interface for searching and playing | ||
your music. | ||
Strawberry is a music player and music collection organizer. | ||
|
||
It is aimed at music collectors and audiophiles. With Strawberry you can play | ||
and manage your digital music collection, or stream your favorite radios. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
@comment $OpenBSD: PLIST,v 1.4 2020/01/26 17:37:08 rsadowski Exp $ | ||
@bin bin/strawberry | ||
@bin bin/strawberry-tagreader | ||
@man man/man1/strawberry-tagreader.1 | ||
@man man/man1/strawberry.1 | ||
share/applications/org.strawberrymusicplayer.strawberry.desktop | ||
share/icons/hicolor/128x128/apps/strawberry.png | ||
share/icons/hicolor/48x48/apps/strawberry.png | ||
share/icons/hicolor/64x64/apps/strawberry.png | ||
@mandir share/man/ | ||
share/man/man1/ | ||
@man share/man/man1/strawberry-tagreader.1 | ||
@man share/man/man1/strawberry.1 | ||
share/metainfo/ | ||
share/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml | ||
@tag update-desktop-database | ||
@tag gtk-update-icon-cache %D/share/icons/hicolor | ||
share/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml |