From 1ccbc264ed562e8d040aef0e119d6533077edc0b Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 21 Jul 2014 22:45:22 +0400 Subject: [PATCH] fix naming --- PKGBUILD | 2 +- sources/desktop-panel/po/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 4e18a41..1dc202c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -21,7 +21,7 @@ optdepends=("amarok: for music player monitor" makedepends=('automoc4' 'cmake') source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz) install=${pkgname}.install -md5sums=('fac8af7e6b85925510b30917751696fa') +md5sums=('1d970a31b4fee173a3a4803efd36b4b1') backup=('usr/share/config/extsysmon.conf') prepare() { diff --git a/sources/desktop-panel/po/CMakeLists.txt b/sources/desktop-panel/po/CMakeLists.txt index 43779b4..902e9fd 100644 --- a/sources/desktop-panel/po/CMakeLists.txt +++ b/sources/desktop-panel/po/CMakeLists.txt @@ -18,7 +18,7 @@ foreach (_current_PO_FILE ${_po_files}) DEPENDS ${_current_PO_FILE} ) - install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${_lang}.gmo DESTINATION ${LOCALE_INSTALL_DIR}/${_lang}/LC_MESSAGES/ RENAME plasma_applet_netctl.mo) + install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${_lang}.gmo DESTINATION ${LOCALE_INSTALL_DIR}/${_lang}/LC_MESSAGES/ RENAME plasma_applet_ptm-desktop-panel.mo) list (APPEND _gmoFiles ${_gmoFile}) endforeach (_current_PO_FILE) add_custom_target (pofiles ALL DEPENDS ${_gmoFiles})