瀏覽代碼

Merge pull request #855 from thess/upmpdcli-move

upmpdcli: Move to sound menu and sub-directory
Ted Hess 10 年之前
父節點
當前提交
51866c0b69

multimedia/upmpdcli/Makefile → sound/upmpdcli/Makefile 查看文件

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2014 OpenWrt.org
2
+# Copyright (C) 2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -24,8 +24,8 @@ PKG_INSTALL:=1
24 24
 include $(INCLUDE_DIR)/package.mk
25 25
 
26 26
 define Package/upmpdcli
27
-  SECTION:=multimedia
28
-  CATEGORY:=Multimedia
27
+  SECTION:=sound
28
+  CATEGORY:=Sound
29 29
   URL:=http://www.lesbonscomptes.com/upmpdcli
30 30
   DEPENDS+= +libupnpp +libmpdclient
31 31
   TITLE:=A UPnP front-end to MPD, the Music Player Daemon

multimedia/upmpdcli/files/upmpdcli.config → sound/upmpdcli/files/upmpdcli.config 查看文件


multimedia/upmpdcli/files/upmpdcli.init → sound/upmpdcli/files/upmpdcli.init 查看文件


multimedia/upmpdcli/files/upmpdcli.png → sound/upmpdcli/files/upmpdcli.png 查看文件


multimedia/upmpdcli/patches/010-Add_icon_config.patch → sound/upmpdcli/patches/010-Add_icon_config.patch 查看文件