mirror of
https://github.com/BioArchLinux/devtools-bio.git
synced 2025-03-10 12:02:42 +00:00
change
This commit is contained in:
parent
69b02233b8
commit
b6df0a6553
6 changed files with 27 additions and 27 deletions
|
@ -1,4 +1,4 @@
|
||||||
project(devtools-cn)
|
project(devtools-bio)
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
cmake_minimum_required(VERSION 2.8)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
@ -17,19 +17,19 @@ function(install_build_script cmd)
|
||||||
DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/cmds/${cmd}")
|
DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/cmds/${cmd}")
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
install_build_script(archlinuxcn-i686-build)
|
install_build_script(BioArchLinux-i686-build)
|
||||||
install_build_script(archlinuxcn-x86_64-build)
|
install_build_script(BioArchLinux-x86_64-build)
|
||||||
install_build_script(archlinuxcn-testing-x86_64-build)
|
install_build_script(BioArchLinux-testing-x86_64-build)
|
||||||
install_build_script(archlinuxcn-staging-x86_64-build)
|
install_build_script(BioArchLinux-staging-x86_64-build)
|
||||||
install_build_script(archlinuxcn-kde-unstable-x86_64-build)
|
install_build_script(BioArchLinux-kde-unstable-x86_64-build)
|
||||||
install_build_script(multilib-archlinuxcn-build)
|
install_build_script(multilib-BioArchLinux-build)
|
||||||
|
|
||||||
install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/cmds/"
|
install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/cmds/"
|
||||||
DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||||
install(FILES
|
install(FILES
|
||||||
"pacman-archlinuxcn.conf"
|
"pacman-BioArchLinux.conf"
|
||||||
"pacman-archlinuxcn-testing.conf"
|
"pacman-BioArchLinux-testing.conf"
|
||||||
"pacman-archlinuxcn-staging.conf"
|
"pacman-BioArchLinux-staging.conf"
|
||||||
"pacman-archlinuxcn-kde-unstable.conf"
|
"pacman-BioArchLinux-kde-unstable.conf"
|
||||||
"pacman-multilib-archlinuxcn.conf"
|
"pacman-multilib-BioArchLinux.conf"
|
||||||
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/devtools/")
|
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/devtools/")
|
||||||
|
|
|
@ -45,7 +45,7 @@ LocalFileSigLevel = Optional
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
# keyring can then be populated with the keys of all official Arch Linux
|
# keyring can then be populated with the keys of all official Arch Linux
|
||||||
# packagers with `pacman-key --populate archlinux`.
|
# packagers with `pacman-key --populate BioArchLinux`.
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
|
@ -66,8 +66,8 @@ LocalFileSigLevel = Optional
|
||||||
# uncommented to enable the repo.
|
# uncommented to enable the repo.
|
||||||
#
|
#
|
||||||
|
|
||||||
[archlinuxcn]
|
[BioArchLinux]
|
||||||
Server = http://repo.archlinuxcn.org/$arch
|
Server = http://repo.BioArchLinux.org/$arch
|
||||||
|
|
||||||
# The testing repositories are disabled by default. To enable, uncomment the
|
# The testing repositories are disabled by default. To enable, uncomment the
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
|
@ -45,7 +45,7 @@ LocalFileSigLevel = Optional
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
# keyring can then be populated with the keys of all official Arch Linux
|
# keyring can then be populated with the keys of all official Arch Linux
|
||||||
# packagers with `pacman-key --populate archlinux`.
|
# packagers with `pacman-key --populate BioArchLinux`.
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
|
@ -66,8 +66,8 @@ LocalFileSigLevel = Optional
|
||||||
# uncommented to enable the repo.
|
# uncommented to enable the repo.
|
||||||
#
|
#
|
||||||
|
|
||||||
[archlinuxcn]
|
[BioArchLinux]
|
||||||
Server = http://repo.archlinuxcn.org/$arch
|
Server = http://repo.BioArchLinux.org/$arch
|
||||||
|
|
||||||
# The testing repositories are disabled by default. To enable, uncomment the
|
# The testing repositories are disabled by default. To enable, uncomment the
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
|
@ -45,7 +45,7 @@ LocalFileSigLevel = Optional
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
# keyring can then be populated with the keys of all official Arch Linux
|
# keyring can then be populated with the keys of all official Arch Linux
|
||||||
# packagers with `pacman-key --populate archlinux`.
|
# packagers with `pacman-key --populate BioArchLinux`.
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
|
@ -66,8 +66,8 @@ LocalFileSigLevel = Optional
|
||||||
# uncommented to enable the repo.
|
# uncommented to enable the repo.
|
||||||
#
|
#
|
||||||
|
|
||||||
[archlinuxcn]
|
[BioArchLinux]
|
||||||
Server = http://repo.archlinuxcn.org/$arch
|
Server = http://repo.BioArchLinux.org/$arch
|
||||||
|
|
||||||
# The testing repositories are disabled by default. To enable, uncomment the
|
# The testing repositories are disabled by default. To enable, uncomment the
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
|
@ -45,7 +45,7 @@ LocalFileSigLevel = Optional
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
# keyring can then be populated with the keys of all official Arch Linux
|
# keyring can then be populated with the keys of all official Arch Linux
|
||||||
# packagers with `pacman-key --populate archlinux`.
|
# packagers with `pacman-key --populate BioArchLinux`.
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
|
@ -66,8 +66,8 @@ LocalFileSigLevel = Optional
|
||||||
# uncommented to enable the repo.
|
# uncommented to enable the repo.
|
||||||
#
|
#
|
||||||
|
|
||||||
[archlinuxcn]
|
[BioArchLinux]
|
||||||
Server = http://repo.archlinuxcn.org/$arch
|
Server = http://repo.BioArchLinux.org/$arch
|
||||||
|
|
||||||
# The testing repositories are disabled by default. To enable, uncomment the
|
# The testing repositories are disabled by default. To enable, uncomment the
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
|
@ -45,7 +45,7 @@ LocalFileSigLevel = Optional
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
# keyring can then be populated with the keys of all official Arch Linux
|
# keyring can then be populated with the keys of all official Arch Linux
|
||||||
# packagers with `pacman-key --populate archlinux`.
|
# packagers with `pacman-key --populate BioArchLinux`.
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
|
@ -66,8 +66,8 @@ LocalFileSigLevel = Optional
|
||||||
# uncommented to enable the repo.
|
# uncommented to enable the repo.
|
||||||
#
|
#
|
||||||
|
|
||||||
[archlinuxcn]
|
[BioArchLinux]
|
||||||
Server = http://repo.archlinuxcn.org/$arch
|
Server = http://repo.BioArchLinux.org/$arch
|
||||||
|
|
||||||
# The testing repositories are disabled by default. To enable, uncomment the
|
# The testing repositories are disabled by default. To enable, uncomment the
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
Loading…
Add table
Reference in a new issue