Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
pantheon.switchboard-plugs: use placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Apr 12, 2019
1 parent 69edf51 commit b335d56
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
switchboard
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Universal Access Plug";
Expand Down
Expand Up @@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
./remove-update-button.patch
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard About Plug";
Expand Down
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
switchboard
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Applications Plug";
Expand Down
Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
switchboard
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Bluetooth Plug";
Expand Down
Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
./clock-format.patch
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Date & Time Plug";
Expand Down
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
switchboard
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Displays Plug";
Expand Down
Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
})
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Keyboard Plug";
Expand Down
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
switchboard
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Mouse & Touchpad Plug";
Expand Down
Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
];


PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Networking Plug";
Expand Down
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
switchboard
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Notifications Plug";
Expand Down
Expand Up @@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
'';


PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Desktop Plug";
Expand Down
Expand Up @@ -49,10 +49,10 @@ stdenv.mkDerivation rec {
substituteInPlace src/MainView.vala --subst-var-by GSD_GSETTINGS_PATH ${elementary-settings-daemon}/share/gsettings-schemas/${elementary-settings-daemon.name}/glib-2.0/schemas
'';

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_DBUS_1_SYSTEM_BUS_SERVICES_DIR = "share/dbus-1/system-services";
PKG_CONFIG_DBUS_1_SYSCONFDIR = "etc";
PKG_CONFIG_POLKIT_GOBJECT_1_POLICYDIR = "share/polkit-1/actions";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";
PKG_CONFIG_DBUS_1_SYSTEM_BUS_SERVICES_DIR = "${placeholder ''out''}/share/dbus-1/system-services";
PKG_CONFIG_DBUS_1_SYSCONFDIR = "${placeholder ''out''}/etc";
PKG_CONFIG_POLKIT_GOBJECT_1_POLICYDIR = "${placeholder ''out''}/share/polkit-1/actions";

meta = with stdenv.lib; {
description = "Switchboard Power Plug";
Expand Down
Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
switchboard
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Printers Plug";
Expand Down
Expand Up @@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
zeitgeist
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

patches = [
./hardcode-gsettings.patch
Expand Down
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
switchboard
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Sharing Plug";
Expand Down
Expand Up @@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
switchboard
];

PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "lib/switchboard";
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder ''out''}/lib/switchboard";

meta = with stdenv.lib; {
description = "Switchboard Sound Plug";
Expand Down

0 comments on commit b335d56

Please sign in to comment.