diff options
author | Dustin Polke <dustin.polke@uni-siegen.de> | 2011-10-06 16:42:09 +0200 |
---|---|---|
committer | Dustin Polke <dustin.polke@uni-siegen.de> | 2011-10-06 17:33:53 +0200 |
commit | d6536c459c685bdaa667e5828c48af1858fcb8d3 (patch) | |
tree | 81647e9c67b100c03f7fc20d4d07c1b1deb84fa8 /x11-misc | |
parent | Pkg move x11-misc/cairo-dock-plugins-core -> x11-plugins/cd-plugins-core. (diff) | |
download | DuPol-d6536c459c685bdaa667e5828c48af1858fcb8d3.tar.gz DuPol-d6536c459c685bdaa667e5828c48af1858fcb8d3.tar.bz2 DuPol-d6536c459c685bdaa667e5828c48af1858fcb8d3.zip |
Pkg move x11-misc/cairo-dock-plugins-experimental -> x11-plugins/cd-plugins-experimental.
Diffstat (limited to 'x11-misc')
5 files changed, 0 insertions, 267 deletions
diff --git a/x11-misc/cairo-dock-plugins-experimental/ChangeLog b/x11-misc/cairo-dock-plugins-experimental/ChangeLog deleted file mode 100644 index 9237fe8..0000000 --- a/x11-misc/cairo-dock-plugins-experimental/ChangeLog +++ /dev/null @@ -1,15 +0,0 @@ -# ChangeLog for x11-misc/cairo-dock-plugins-experimental -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 26 Sep 2011; Dustin Polke <dustin.polke@uni-siegen.de> metadata.xml: - Drop <herd>no-herd</herd> from metadata.xml and add me as maintainer if - missing. - -*cairo-dock-plugins-experimental-2.3.0.3 (16 Sep 2011) - - 16 Sep 2011; Dustin Polke <dustin.polke@uni-siegen.de> - +cairo-dock-plugins-experimental-2.3.0.3.ebuild, - +files/cairo-dock-plugins-experimental-2.3.0.3-CMakeLists.txt, +metadata.xml: - Version bump to 2.3.0.3; transition to split cairo-dock-plugins.ebuilds. - diff --git a/x11-misc/cairo-dock-plugins-experimental/Manifest b/x11-misc/cairo-dock-plugins-experimental/Manifest deleted file mode 100644 index 250ffaf..0000000 --- a/x11-misc/cairo-dock-plugins-experimental/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX cairo-dock-plugins-experimental-2.3.0.3-CMakeLists.txt 6312 RMD160 e7462a71aa2db790959510a96665eb401d6b0a3b SHA1 cada4510d3f975fc866eedcc46cb7d798dab9613 SHA256 e4d260bb845ea2d3118a4b5a76223238b0fee0cc068f92a59a2d5c5fe8ef2619 -DIST cairo-dock-plugins-2.3.0~3.tar.gz 5959407 RMD160 2ae5301c36904e0183309347cf62725e333ac821 SHA1 216bda162362156e0bcae1aba8e5087d57605c64 SHA256 2bcfae5b6876a0a9a36ce7e0deb42a2d72234299da651c24f34e398f956a25cf -EBUILD cairo-dock-plugins-experimental-2.3.0.3.ebuild 1508 RMD160 4ea5cc6f3f88a11ea89580f9d4b1d9f8dc198462 SHA1 1440bb78ceb3100ad4bdb5c837cfd8612640e9fa SHA256 5730982f6ddc8b71dba51d56765ba3665b01999f175af89dd7bf94e730052f83 -MISC ChangeLog 618 RMD160 2814b099010a298b7ca30626bbe2f259118b3aec SHA1 3194e1fb01fc64ec30336459e8a8d8e52bdb1320 SHA256 5a2273c780891794ca99980ce9151eaffb5b93a2a89f8b88c5f4a7e53de282fa -MISC metadata.xml 617 RMD160 84a7703cbd2f4abf22ae5af9b6d73289ad55f2de SHA1 18c0ff67d582b7e4aeec1d74a08087aa17172806 SHA256 a61a26f948afc3cda94bbb650cb09a85bebb8e936e5d385a593a902fcde0ba69 diff --git a/x11-misc/cairo-dock-plugins-experimental/cairo-dock-plugins-experimental-2.3.0.3.ebuild b/x11-misc/cairo-dock-plugins-experimental/cairo-dock-plugins-experimental-2.3.0.3.ebuild deleted file mode 100644 index 0da3a47..0000000 --- a/x11-misc/cairo-dock-plugins-experimental/cairo-dock-plugins-experimental-2.3.0.3.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" - -inherit cmake-utils cairo-dock - -DESCRIPTION="Official plugins for cairo-dock" -HOMEPAGE="http://www.glx-dock.org" - -LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 ) GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~amd64" -CD_PLUGIN_IUSE="disks doncky network-monitor scoobydo" -IUSE="${CD_PLUGIN_IUSE}" -REQUIRED_USE="|| ( ${CD_PLUGIN_IUSE} )" - -RDEPEND="dev-libs/dbus-glib - >=dev-libs/glib-2.22:2 - dev-libs/libxml2:2 - gnome-base/librsvg:2 - sys-apps/dbus - x11-libs/cairo - x11-libs/gtk+:2 - x11-libs/gtkglext - ~x11-misc/cairo-dock-${PV}" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - dev-util/pkgconfig" - -pkg_setup() { - use disks && CD_PLUGINS+=( "Disks" ) - use doncky && CD_PLUGINS+=( "Doncky" ) - use network-monitor && CD_PLUGINS+=( "Network-Monitor" ) - use scoobydo && CD_PLUGINS+=( "Scooby-Do" ) -} - -src_unpack() { - cairo-dock_src_unpack -} - -src_prepare() { - cairo-dock_src_prepare -} - -src_configure() { - mycmakeargs+=( - "$(cmake-utils_use_enable disks DISKS-PLUGIN)" - "$(cmake-utils_use_enable doncky DONCKY-PLUGIN)" - "$(cmake-utils_use_enable network-monitor NETWORK-MONITOR-PLUGIN)" - "$(cmake-utils_use_enable scoobydo SCOOBY-DO-PLUGIN)" - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install -} - -#pkg_postinst() { -# elog "The applets 'Cpusage', 'Ram-meter' and 'Nvidia' are merged now into" -# elog "'System-Monitor' applet." -#} diff --git a/x11-misc/cairo-dock-plugins-experimental/files/cairo-dock-plugins-experimental-2.3.0.3-CMakeLists.txt b/x11-misc/cairo-dock-plugins-experimental/files/cairo-dock-plugins-experimental-2.3.0.3-CMakeLists.txt deleted file mode 100644 index 5e55585..0000000 --- a/x11-misc/cairo-dock-plugins-experimental/files/cairo-dock-plugins-experimental-2.3.0.3-CMakeLists.txt +++ /dev/null @@ -1,163 +0,0 @@ -########### requirements ############### - -cmake_minimum_required (VERSION 2.6) -find_package (PkgConfig) -include (CheckLibraryExists) -include (CheckIncludeFiles) -include (CheckFunctionExists) -include (CheckSymbolExists) - -########### project ############### - -project ("cairo-dock-plugins") -set (VERSION "2.3.0~3") - -add_definitions (-std=c99 -Wstrict-prototypes -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration) #-Wunreachable-code -Wno-unused-parameter -Wall -add_definitions (-DGL_GLEXT_PROTOTYPES="1") - -############ sources tarball ############# - -set (CPACK_SOURCE_GENERATOR "TGZ") -set (CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${VERSION}") -set (CPACK_SOURCE_IGNORE_FILES - "/build/;/.bzr/;bzrignore$;/misc/;~$;${CPACK_SOURCE_IGNORE_FILES}") -include (CPack) - -add_custom_target( dist - COMMAND ${CMAKE_MAKE_PROGRAM} package_source) -add_custom_target(dist-bzr - COMMAND bzr export ${CMAKE_PROJECT_NAME}-${VERSION}.tar.gz - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) - -########### global variables ############### - -if( WIN32 ) - message(FATAL_ERROR "Cairo-Dock requires an air-conditioned room. Please close Windows!") -endif( WIN32 ) - -set (PACKAGE ${CMAKE_PROJECT_NAME}) -set (GETTEXT_PACKAGE ${PACKAGE}) - -# get plug-ins install dir -execute_process( - COMMAND pkg-config cairo-dock --variable=pluginsdir # /usr/lib/cairo-dock - OUTPUT_VARIABLE pluginsdir) -STRING (REGEX REPLACE "\n" "" pluginsdir ${pluginsdir}) # la commande rajoute un retour chariot ... -# get plug-ins data dir -execute_process( - COMMAND pkg-config cairo-dock --variable=pluginsdatadir # /usr/share/cairo-dock/plug-ins - OUTPUT_VARIABLE pluginsdatadir) -STRING (REGEX REPLACE "\n" "" pluginsdatadir ${pluginsdatadir}) -# check that version matches with the core -execute_process( - COMMAND pkg-config --modversion cairo-dock # 2.2.0-3 - OUTPUT_VARIABLE dock_version) -STRING (REGEX REPLACE "\n" "" dock_version ${dock_version}) -if (NOT "${dock_version}" STREQUAL "${VERSION}") # Version - MESSAGE (FATAL_ERROR "warning : version mismatch with the core : " ${VERSION} <> ${dock_version}) -endif() - -#if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT "${FORCE_LIB64}" STREQUAL "") # 64bits and force install in lib64 -# set (libname "lib64") -#else() -# set (libname "lib${LIB_SUFFIX}") -#endif() -#set (libdir "${CMAKE_INSTALL_PREFIX}/${libname}/cairo-dock") # /usr/lib - -# check that installation dir matches with the core -GET_FILENAME_COMPONENT(libdir "${pluginsdir}/.." ABSOLUTE) # /usr/lib -GET_FILENAME_COMPONENT(prefix "${pluginsdir}/../.." ABSOLUTE) # /usr -if (NOT "${CMAKE_INSTALL_PREFIX}" STREQUAL "${prefix}") - message (STATUS "Warning : plug-ins should be installed in the same directory as the core, that is to say in ${pluginsdir}") - set (CMAKE_INSTALL_PREFIX "${prefix}") - #set (libdir "${CMAKE_INSTALL_PREFIX}/${libname}/cairo-dock") -endif() - -# set internationalisation -set (GETTEXT_PLUGINS "cairo-dock-plugins") -set (localedir "${CMAKE_INSTALL_PREFIX}/share/locale") -set (gaugesdir "${CMAKE_INSTALL_PREFIX}/share/cairo-dock/gauges") - -set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake_modules/") # additionnal FindPackage files - -########### dependencies ############### - -message ("") -message (STATUS "=====================") -message (STATUS "Check dependencies...") -message (STATUS "=====================") -message ("") - -pkg_check_modules ("PACKAGE" REQUIRED "gtk+-2.0" "gthread-2.0" "cairo" "librsvg-2.0" "dbus-1" "dbus-glib-1" "libxml-2.0" "gtkglext-1.0" "cairo-dock") - -############# GLIB ################# -pkg_check_modules (GLIB glib-2.0) - STRING (REGEX REPLACE "\\..*" "" GLIB_MAJOR "${GLIB_VERSION}") # 2.28.3 => 2 - STRING (REGEX REPLACE "[0-9]*\\.([^ ]+)" "\\1" GLIB_MINOR "${GLIB_VERSION}") # 2.28.3 => 2.28 - STRING (REGEX REPLACE "\\.[0-9]*" "" GLIB_MINOR "${GLIB_MINOR}") # 2.28 => 28 - STRING (REGEX REPLACE ".*\\." "" GLIB_NANO "${GLIB_VERSION}") # 2.28.3 => 3 - STRING (REGEX REPLACE "-.*" "" GLIB_NANO "${GLIB_NANO}") - -############# DISKS ################# -if (ENABLE_DISKS-PLUGIN) - set (GETTEXT_DISKS ${GETTEXT_PLUGINS}) - set (VERSION_DISKS "0.0.2") - set (PACKAGE_DISKS "cd-disks") - set (with_disks "yes") - set (disksdatadir "${pluginsdatadir}/Disks") - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/Disks/data/Disks.conf.in ${CMAKE_CURRENT_BINARY_DIR}/Disks/data/Disks.conf) - add_subdirectory ("Disks") -else() - set (with_disks "no") -endif() - -############# DONCKY ################# -if (ENABLE_DONCKY-PLUGIN) - set (GETTEXT_DONCKY ${GETTEXT_PLUGINS}) - set (VERSION_DONCKY "0.0.4") - set (PACKAGE_DONCKY "cd-doncky") - set (with_doncky "yes") - set (donckydatadir "${pluginsdatadir}/Doncky") - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/Doncky/data/Doncky.conf.in ${CMAKE_CURRENT_BINARY_DIR}/Doncky/data/Doncky.conf) - add_subdirectory (Doncky) -else() - set (with_doncky "no") -endif() - -############# NETWORK_MONITOR ################# -if (ENABLE_NETWORK-MONITOR-PLUGIN) - set (GETTEXT_NETWORK_MONITOR ${GETTEXT_PLUGINS}) - set (VERSION_NETWORK_MONITOR "0.2.3") - set (PACKAGE_NETWORK_MONITOR "cd-network-monitor") - set (with_network_monitor "yes") - set (network_monitordatadir "${pluginsdatadir}/Network-Monitor") - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/Network-Monitor/data/Network-Monitor.conf.in ${CMAKE_CURRENT_BINARY_DIR}/Network-Monitor/data/Network-Monitor.conf) - add_subdirectory (Network-Monitor) -else() - set (with_network_monitor "no") -endif() - -############# SCOOBY_DO ################# -if (ENABLE_SCOOBY-DO-PLUGIN) - set (GETTEXT_SCOOBY_DO ${GETTEXT_PLUGINS}) - set (VERSION_SCOOBY_DO "0.1.1") - set (PACKAGE_SCOOBY_DO "cd-scooby-do") - set (with_scooby_do "yes") - set (scooby_dodatadir "${pluginsdatadir}/Scooby-Do") - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/Scooby-Do/data/Scooby-Do.conf.in ${CMAKE_CURRENT_BINARY_DIR}/Scooby-Do/data/Scooby-Do.conf) - add_subdirectory (Scooby-Do) -else() - set (with_scooby_do "no") -endif() - -message ("") -message (STATUS "===============") -message (STATUS "Plug-ins build:") -message (STATUS "===============") -message ("") -message (STATUS "Unstable:") -message (STATUS " - with Disks applet: ${with_disks}") -message (STATUS " - with Doncky applet: ${with_doncky}") -message (STATUS " - with Network-Monitor applet: ${with_network_monitor}") -message (STATUS " - with Scooby-Do applet: ${with_scooby_do}") -message ("") diff --git a/x11-misc/cairo-dock-plugins-experimental/metadata.xml b/x11-misc/cairo-dock-plugins-experimental/metadata.xml deleted file mode 100644 index 1c71f6a..0000000 --- a/x11-misc/cairo-dock-plugins-experimental/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="disks">Enables the Disks applet.</flag> - <flag name="doncky">Enables the Doncky applet.</flag> - <flag name="network-monitor">Enables the Network-Monitor applet.</flag> - <flag name="scoobydo">Enables the Scooby-Do applet.</flag> - </use> - <longdescription>Cairo-dock-plugins-experimental offers official unstable plugins for cairo-dock.</longdescription> - <maintainer> - <email>dustin.polke@uni-siegen.de</email> - <name>Dustin Polke</name> - </maintainer> -</pkgmetadata> |